Uses of Class
com.mypurecloud.sdk.v2.model.BuAgentScheduleActivity
Packages that use BuAgentScheduleActivity
-
Uses of BuAgentScheduleActivity in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuAgentScheduleActivityModifier and TypeMethodDescriptionBuAgentScheduleActivity.activityCodeId(String activityCodeId) The ID of the activity code associated with this activityBuAgentScheduleActivity.description(String description) The description of this activityBuAgentScheduleActivity.externalActivityId(String externalActivityId) The ID of the external activity associated with this activity, if applicableBuAgentScheduleActivity.externalActivityType(BuAgentScheduleActivity.ExternalActivityTypeEnum externalActivityType) The type of the external activity associated with this activity, if applicableBuAgentScheduleActivity.lengthMinutes(Integer lengthMinutes) The length of this activity in minutesWhether this activity is paidBuAgentScheduleActivity.payableMinutes(Integer payableMinutes) Payable minutes for this activityThe start date/time of this activity.BuAgentScheduleActivity.timeOffRequestId(String timeOffRequestId) The ID of the time off request associated with this activity, if applicableBuAgentScheduleActivity.timeOffRequestSyncVersion(Integer timeOffRequestSyncVersion) The sync version of the partial day time off request for which the scheduled activity is associated, if applicableMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type BuAgentScheduleActivityModifier and TypeMethodDescriptionAlternativeShiftAgentScheduledShift.getActivities()BuAgentScheduleShift.getActivities()BuAgentScheduleShiftRequest.getActivities()BuUpdateAgentScheduleShift.getActivities()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type BuAgentScheduleActivityModifier and TypeMethodDescriptionAlternativeShiftAgentScheduledShift.activities(List<BuAgentScheduleActivity> activities) A list of activities in this shiftBuAgentScheduleShift.activities(List<BuAgentScheduleActivity> activities) The activities associated with this shiftBuAgentScheduleShiftRequest.activities(List<BuAgentScheduleActivity> activities) The activities associated with this shiftBuUpdateAgentScheduleShift.activities(List<BuAgentScheduleActivity> activities) The activities associated with this shiftvoidAlternativeShiftAgentScheduledShift.setActivities(List<BuAgentScheduleActivity> activities) voidBuAgentScheduleShift.setActivities(List<BuAgentScheduleActivity> activities) voidBuAgentScheduleShiftRequest.setActivities(List<BuAgentScheduleActivity> activities) voidBuUpdateAgentScheduleShift.setActivities(List<BuAgentScheduleActivity> activities)