Uses of Class
com.mypurecloud.sdk.v2.model.BuAgentScheduleHistoryResponse
Packages that use BuAgentScheduleHistoryResponse
-
Uses of BuAgentScheduleHistoryResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return BuAgentScheduleHistoryResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(GetWorkforcemanagementBusinessunitWeekScheduleHistoryAgentRequest request) Loads agent's schedule history.WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(String businessUnitId, LocalDate weekId, String scheduleId, String agentId) Loads agent's schedule history.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type BuAgentScheduleHistoryResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgent(ApiRequest<Void> request) Loads agent's schedule history.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgentAsync(GetWorkforcemanagementBusinessunitWeekScheduleHistoryAgentRequest request, AsyncApiCallback<BuAgentScheduleHistoryResponse> callback) Loads agent's schedule history.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuAgentScheduleHistoryResponse>> callback) Loads agent's schedule history.WorkforceManagementApi.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgentWithHttpInfo(String businessUnitId, LocalDate weekId, String scheduleId, String agentId) Loads agent's schedule history.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type BuAgentScheduleHistoryResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgentAsync(GetWorkforcemanagementBusinessunitWeekScheduleHistoryAgentRequest request, AsyncApiCallback<BuAgentScheduleHistoryResponse> callback) Loads agent's schedule history.WorkforceManagementApiAsync.getWorkforcemanagementBusinessunitWeekScheduleHistoryAgentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<BuAgentScheduleHistoryResponse>> callback) Loads agent's schedule history. -
Uses of BuAgentScheduleHistoryResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BuAgentScheduleHistoryResponseModifier and TypeMethodDescriptionBuAgentScheduleHistoryResponse.basePublishedSchedule(BuAgentScheduleHistoryChange basePublishedSchedule) The originally published agent schedulesBuAgentScheduleHistoryResponse.changes(List<BuAgentScheduleHistoryChange> changes) The list of changes for the schedule historyBuAgentScheduleHistoryResponse.droppedChanges(List<BuAgentScheduleHistoryDroppedChange> droppedChanges) The changes dropped from the schedule history.BuAgentScheduleHistoryResponse.priorPublishedSchedules(List<BuScheduleReference> priorPublishedSchedules) The list of previously published schedules