Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleShiftRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleShiftRequest
- All Implemented Interfaces:
Serializable
BuAgentScheduleShiftRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivities(List<BuAgentScheduleActivity> activities) The activities associated with this shiftbooleangetId()inthashCode()The ID of the shiftmanuallyEdited(Boolean manuallyEdited) Whether this shift was manually edited.voidsetActivities(List<BuAgentScheduleActivity> activities) voidvoidsetManuallyEdited(Boolean manuallyEdited) voidsetWorkPlanId(ValueWrapperString workPlanId) voidsetWorkPlanShiftId(ValueWrapperString workPlanShiftId) toString()workPlanId(ValueWrapperString workPlanId) The ID of the work plan for which the work plan shift emanates fromworkPlanShiftId(ValueWrapperString workPlanShiftId) The ID of the work plan shift that was used in schedule generation
-
Constructor Details
-
BuAgentScheduleShiftRequest
public BuAgentScheduleShiftRequest() -
BuAgentScheduleShiftRequest
-
-
Method Details
-
id
The ID of the shift -
getId
-
setId
-
getStartDate
-
getLengthMinutes
-
activities
The activities associated with this shift -
getActivities
-
setActivities
-
manuallyEdited
Whether this shift was manually edited. This is only set by clients and is used for rescheduling -
getManuallyEdited
-
setManuallyEdited
-
getSchedule
-
workPlanId
The ID of the work plan for which the work plan shift emanates from -
getWorkPlanId
-
setWorkPlanId
-
workPlanShiftId
The ID of the work plan shift that was used in schedule generation -
getWorkPlanShiftId
-
setWorkPlanShiftId
-
equals
-
hashCode
public int hashCode() -
toString
-