Uses of Class
com.mypurecloud.sdk.v2.model.BuAgentScheduleHistoryDroppedChange
Packages that use BuAgentScheduleHistoryDroppedChange
-
Uses of BuAgentScheduleHistoryDroppedChange in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuAgentScheduleHistoryDroppedChangeModifier and TypeMethodDescriptionBuAgentScheduleHistoryDroppedChange.deletes(BuAgentScheduleHistoryDeletedChange deletes) The deleted shifts, full day time off markers, or the entire agent scheduleBuAgentScheduleHistoryDroppedChange.fullDayTimeOffMarkerDates(List<LocalDate> fullDayTimeOffMarkerDates) The dates of any deleted full day time off markersBuAgentScheduleHistoryDroppedChange.metadata(BuAgentScheduleHistoryChangeMetadata metadata) The metadata of the change, including who and when the change was madeThe IDs of deleted shiftsMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type BuAgentScheduleHistoryDroppedChangeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type BuAgentScheduleHistoryDroppedChangeModifier and TypeMethodDescriptionBuAgentScheduleHistoryResponse.droppedChanges(List<BuAgentScheduleHistoryDroppedChange> droppedChanges) The changes dropped from the schedule history.voidBuAgentScheduleHistoryResponse.setDroppedChanges(List<BuAgentScheduleHistoryDroppedChange> droppedChanges)