Uses of Class
com.mypurecloud.sdk.v2.model.AlternativeShiftAgentScheduledShift
Packages that use AlternativeShiftAgentScheduledShift
-
Uses of AlternativeShiftAgentScheduledShift in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AlternativeShiftAgentScheduledShiftModifier and TypeMethodDescriptionAlternativeShiftAgentScheduledShift.activities(List<BuAgentScheduleActivity> activities) A list of activities in this shiftThe number of days since start of scheduleAlternativeShiftAgentScheduledShift.lengthMinutes(Integer lengthMinutes) The length of this shift in minutesAlternativeShiftAgentScheduledShift.referenceKey(String referenceKey) A key generated for an offer to help facilitate alternative shift tradingThe start date of this shift in ISO-8601 formatMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AlternativeShiftAgentScheduledShiftModifier and TypeMethodDescriptionAlternativeShiftOffersViewResponseTemplate.getAlternativeDays()AlternativeShiftTradeResponse.getExistingShifts()AlternativeShiftTradeResponse.getOfferedShifts()AlternativeShiftOffersViewResponseTemplate.getShifts()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AlternativeShiftAgentScheduledShiftModifier and TypeMethodDescriptionAlternativeShiftOffersViewResponseTemplate.alternativeDays(List<AlternativeShiftAgentScheduledShift> alternativeDays) The offered alternative shift days in this week at the time the offer is createdAlternativeShiftTradeResponse.existingShifts(List<AlternativeShiftAgentScheduledShift> existingShifts) The existing shifts from the offer, may be emptyAlternativeShiftTradeResponse.offeredShifts(List<AlternativeShiftAgentScheduledShift> offeredShifts) The offered shifts from the offer, may be emptyvoidAlternativeShiftOffersViewResponseTemplate.setAlternativeDays(List<AlternativeShiftAgentScheduledShift> alternativeDays) voidAlternativeShiftTradeResponse.setExistingShifts(List<AlternativeShiftAgentScheduledShift> existingShifts) voidAlternativeShiftTradeResponse.setOfferedShifts(List<AlternativeShiftAgentScheduledShift> offeredShifts) voidAlternativeShiftOffersViewResponseTemplate.setShifts(List<AlternativeShiftAgentScheduledShift> shifts) AlternativeShiftOffersViewResponseTemplate.shifts(List<AlternativeShiftAgentScheduledShift> shifts) The shifts the agent is scheduled for at the time the offer is created