Package com.mypurecloud.sdk.v2.model
Class InitiatingShiftRequestItem
java.lang.Object
com.mypurecloud.sdk.v2.model.InitiatingShiftRequestItem
- All Implemented Interfaces:
Serializable
InitiatingShiftRequestItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The ID of the shift that the initiating user wants to give up in this tradeschedule(BuScheduleReference schedule) A reference to the associated schedule to which this initiating shift belongsvoidvoidsetSchedule(BuScheduleReference schedule) voidsetWeekDate(LocalDate weekDate) toString()The start week date of this schedule in the business unit time zone (yyyy-MM-dd format).
-
Constructor Details
-
InitiatingShiftRequestItem
public InitiatingShiftRequestItem() -
InitiatingShiftRequestItem
-
-
Method Details
-
id
The ID of the shift that the initiating user wants to give up in this trade -
getId
-
setId
-
schedule
A reference to the associated schedule to which this initiating shift belongs -
getSchedule
-
setSchedule
-
weekDate
The start week date of this schedule in the business unit time zone (yyyy-MM-dd format). Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getWeekDate
-
setWeekDate
-
equals
-
hashCode
public int hashCode() -
toString
-