Uses of Class
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWeekScheduleRequest
Packages that use GetWorkforcemanagementBusinessunitWeekScheduleRequest
-
Uses of GetWorkforcemanagementBusinessunitWeekScheduleRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetWorkforcemanagementBusinessunitWeekScheduleRequestModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekSchedule(GetWorkforcemanagementBusinessunitWeekScheduleRequest request) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query routeWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleAsync(GetWorkforcemanagementBusinessunitWeekScheduleRequest request, AsyncApiCallback<BuScheduleMetadata> callback) Get the metadata for the schedule, describing which management units and agents are in the scheduleSchedule data can then be loaded with the query route -
Uses of GetWorkforcemanagementBusinessunitWeekScheduleRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetWorkforcemanagementBusinessunitWeekScheduleRequestModifier and TypeMethodDescriptionGetWorkforcemanagementBusinessunitWeekScheduleRequest.Builder.build()GetWorkforcemanagementBusinessunitWeekScheduleRequest.withBusinessUnitId(String businessUnitId) GetWorkforcemanagementBusinessunitWeekScheduleRequest.withCustomHeader(String name, String value) GetWorkforcemanagementBusinessunitWeekScheduleRequest.withExpand(String expand) GetWorkforcemanagementBusinessunitWeekScheduleRequest.withScheduleId(String scheduleId) GetWorkforcemanagementBusinessunitWeekScheduleRequest.withWeekId(LocalDate weekId)