Package com.mypurecloud.sdk.v2.model
Class AgentMuScheduleItem
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentMuScheduleItem
- All Implemented Interfaces:
Serializable
AgentMuScheduleItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagent(UserReference agent) The agent to whom this schedule applies.booleanfullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) The full day time off marker dates which apply to this agent schedule, interpreted in the time zone of the relevant business unitgetAgent()inthashCode()voidsetAgent(UserReference agent) voidsetFullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) voidsetShifts(List<AgentMuScheduleShift> shifts) shifts(List<AgentMuScheduleShift> shifts) The shift definitions for this agent scheduletoString()
-
Constructor Details
-
AgentMuScheduleItem
public AgentMuScheduleItem() -
AgentMuScheduleItem
-
-
Method Details
-
agent
The agent to whom this schedule applies. Note: selfUri will not be populated if retrieving result via downloadUrl -
getAgent
-
setAgent
-
shifts
The shift definitions for this agent schedule -
getShifts
-
setShifts
-
fullDayTimeOffMarkerDates
The full day time off marker dates which apply to this agent schedule, interpreted in the time zone of the relevant business unit -
getFullDayTimeOffMarkerDates
-
setFullDayTimeOffMarkerDates
-
equals
-
hashCode
public int hashCode() -
toString
-