Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleHistoryDroppedChange
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleHistoryDroppedChange
- All Implemented Interfaces:
Serializable
BuAgentScheduleHistoryDroppedChange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe deleted shifts, full day time off markers, or the entire agent schedulebooleanfullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) The dates of any deleted full day time off markersinthashCode()metadata(BuAgentScheduleHistoryChangeMetadata metadata) The metadata of the change, including who and when the change was madevoidvoidsetFullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) voidvoidsetShiftIds(List<String> shiftIds) The IDs of deleted shiftstoString()
-
Constructor Details
-
BuAgentScheduleHistoryDroppedChange
public BuAgentScheduleHistoryDroppedChange() -
BuAgentScheduleHistoryDroppedChange
-
-
Method Details
-
metadata
The metadata of the change, including who and when the change was made -
getMetadata
-
setMetadata
-
shiftIds
The IDs of deleted shifts -
getShiftIds
-
setShiftIds
-
fullDayTimeOffMarkerDates
public BuAgentScheduleHistoryDroppedChange fullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) The dates of any deleted full day time off markers -
getFullDayTimeOffMarkerDates
-
setFullDayTimeOffMarkerDates
-
deletes
The deleted shifts, full day time off markers, or the entire agent schedule -
getDeletes
-
setDeletes
-
equals
-
hashCode
public int hashCode() -
toString
-