Package com.mypurecloud.sdk.v2.model
Class UserScheduleShift
java.lang.Object
com.mypurecloud.sdk.v2.model.UserScheduleShift
- All Implemented Interfaces:
Serializable
UserScheduleShift
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivities(List<UserScheduleActivity> activities) List of activities in this shiftIf marked true for updating this schedule shift, it will be deletedbooleangetId()inthashCode()ID of the schedule shift.manuallyEdited(Boolean manuallyEdited) Whether the shift was set as manually editedvoidsetActivities(List<UserScheduleActivity> activities) voidvoidvoidsetManuallyEdited(Boolean manuallyEdited) toString()
-
Constructor Details
-
UserScheduleShift
public UserScheduleShift() -
UserScheduleShift
-
-
Method Details
-
getWeekSchedule
-
id
ID of the schedule shift. This is only for the case of updating and deleting an existing shift -
getId
-
setId
-
getStartDate
-
getLengthInMinutes
-
activities
List of activities in this shift -
getActivities
-
setActivities
-
delete
If marked true for updating this schedule shift, it will be deleted -
getDelete
-
setDelete
-
manuallyEdited
Whether the shift was set as manually edited -
getManuallyEdited
-
setManuallyEdited
-
equals
-
hashCode
public int hashCode() -
toString
-