Uses of Class
com.mypurecloud.sdk.v2.model.BuCurrentAgentScheduleSearchResponse
Packages that use BuCurrentAgentScheduleSearchResponse
-
Uses of BuCurrentAgentScheduleSearchResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuCurrentAgentScheduleSearchResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentschedulesMine(PostWorkforcemanagementAgentschedulesMineRequest request) Get published schedule for the current userWorkforceManagementApi.postWorkforcemanagementAgentschedulesMine(BuGetCurrentAgentScheduleRequest body) Get published schedule for the current userMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuCurrentAgentScheduleSearchResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentschedulesMine(ApiRequest<BuGetCurrentAgentScheduleRequest> request) Get published schedule for the current userWorkforceManagementApiAsync.postWorkforcemanagementAgentschedulesMineAsync(PostWorkforcemanagementAgentschedulesMineRequest request, AsyncApiCallback<BuCurrentAgentScheduleSearchResponse> callback) Get published schedule for the current userWorkforceManagementApiAsync.postWorkforcemanagementAgentschedulesMineAsync(ApiRequest<BuGetCurrentAgentScheduleRequest> request, AsyncApiCallback<ApiResponse<BuCurrentAgentScheduleSearchResponse>> callback) Get published schedule for the current userWorkforceManagementApi.postWorkforcemanagementAgentschedulesMineWithHttpInfo(BuGetCurrentAgentScheduleRequest body) Get published schedule for the current userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuCurrentAgentScheduleSearchResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementAgentschedulesMineAsync(PostWorkforcemanagementAgentschedulesMineRequest request, AsyncApiCallback<BuCurrentAgentScheduleSearchResponse> callback) Get published schedule for the current userWorkforceManagementApiAsync.postWorkforcemanagementAgentschedulesMineAsync(ApiRequest<BuGetCurrentAgentScheduleRequest> request, AsyncApiCallback<ApiResponse<BuCurrentAgentScheduleSearchResponse>> callback) Get published schedule for the current user -
Uses of BuCurrentAgentScheduleSearchResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuCurrentAgentScheduleSearchResponseModifier and TypeMethodDescriptionBuCurrentAgentScheduleSearchResponse.agentSchedules(List<BuAgentScheduleSearchResponse> agentSchedules) The requested agent schedulesBuCurrentAgentScheduleSearchResponse.businessUnitTimeZone(String businessUnitTimeZone) The time zone configured for the business unit to which this schedule appliesThe end date of the schedules.BuCurrentAgentScheduleSearchResponse.publishedSchedules(List<BuAgentSchedulePublishedScheduleReference> publishedSchedules) References to all published week schedules overlapping the start/end date query parametersThe start date of the schedules.BuCurrentAgentScheduleSearchResponse.updates(List<BuAgentScheduleUpdate> updates) The list of updates for the schedule.