Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleHistoryChange
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleHistoryChange
- All Implemented Interfaces:
Serializable
BuAgentScheduleHistoryChange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe deleted shifts, full day time off markers, or the entire agent schedulebooleanfullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) The list of changed full day time off markersinthashCode()metadata(BuAgentScheduleHistoryChangeMetadata metadata) The metadata of the change, including who and when the change was madevoidvoidsetFullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) voidvoidsetShifts(List<BuAgentScheduleShift> shifts) shifts(List<BuAgentScheduleShift> shifts) The list of changed shiftstoString()
-
Constructor Details
-
BuAgentScheduleHistoryChange
public BuAgentScheduleHistoryChange() -
BuAgentScheduleHistoryChange
-
-
Method Details
-
metadata
The metadata of the change, including who and when the change was made -
getMetadata
-
setMetadata
-
shifts
The list of changed shifts -
getShifts
-
setShifts
-
fullDayTimeOffMarkers
public BuAgentScheduleHistoryChange fullDayTimeOffMarkers(List<BuFullDayTimeOffMarker> fullDayTimeOffMarkers) The list of changed full day time off markers -
getFullDayTimeOffMarkers
-
setFullDayTimeOffMarkers
-
deletes
The deleted shifts, full day time off markers, or the entire agent schedule -
getDeletes
-
setDeletes
-
equals
-
hashCode
public int hashCode() -
toString
-