Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleHistoryDeletedChange
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleHistoryDeletedChange
- All Implemented Interfaces:
Serializable
BuAgentScheduleHistoryDeletedChange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentSchedule(Boolean agentSchedule) Whether the entire agent schedule was deletedbooleanfullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) The dates of any deleted full day time off markersinthashCode()voidsetAgentSchedule(Boolean agentSchedule) voidsetFullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) voidsetShiftIds(List<String> shiftIds) The IDs of deleted shiftstoString()
-
Constructor Details
-
BuAgentScheduleHistoryDeletedChange
public BuAgentScheduleHistoryDeletedChange() -
BuAgentScheduleHistoryDeletedChange
-
-
Method Details
-
shiftIds
The IDs of deleted shifts -
getShiftIds
-
setShiftIds
-
fullDayTimeOffMarkerDates
public BuAgentScheduleHistoryDeletedChange fullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) The dates of any deleted full day time off markers -
getFullDayTimeOffMarkerDates
-
setFullDayTimeOffMarkerDates
-
agentSchedule
Whether the entire agent schedule was deleted -
getAgentSchedule
-
setAgentSchedule
-
equals
-
hashCode
public int hashCode() -
toString
-