Uses of Class
com.mypurecloud.sdk.v2.model.AgentPossibleWorkShiftsResponse
Packages that use AgentPossibleWorkShiftsResponse
-
Uses of AgentPossibleWorkShiftsResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AgentPossibleWorkShiftsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentsMePossibleworkshifts(PostWorkforcemanagementAgentsMePossibleworkshiftsRequest request) Get agent possible work shifts for requested time frameWorkforceManagementApi.postWorkforcemanagementAgentsMePossibleworkshifts(AgentPossibleWorkShiftsRequest body) Get agent possible work shifts for requested time frameMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AgentPossibleWorkShiftsResponseModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementAgentsMePossibleworkshifts(ApiRequest<AgentPossibleWorkShiftsRequest> request) Get agent possible work shifts for requested time frameWorkforceManagementApiAsync.postWorkforcemanagementAgentsMePossibleworkshiftsAsync(PostWorkforcemanagementAgentsMePossibleworkshiftsRequest request, AsyncApiCallback<AgentPossibleWorkShiftsResponse> callback) Get agent possible work shifts for requested time frameWorkforceManagementApiAsync.postWorkforcemanagementAgentsMePossibleworkshiftsAsync(ApiRequest<AgentPossibleWorkShiftsRequest> request, AsyncApiCallback<ApiResponse<AgentPossibleWorkShiftsResponse>> callback) Get agent possible work shifts for requested time frameWorkforceManagementApi.postWorkforcemanagementAgentsMePossibleworkshiftsWithHttpInfo(AgentPossibleWorkShiftsRequest body) Get agent possible work shifts for requested time frameMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentPossibleWorkShiftsResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.postWorkforcemanagementAgentsMePossibleworkshiftsAsync(PostWorkforcemanagementAgentsMePossibleworkshiftsRequest request, AsyncApiCallback<AgentPossibleWorkShiftsResponse> callback) Get agent possible work shifts for requested time frameWorkforceManagementApiAsync.postWorkforcemanagementAgentsMePossibleworkshiftsAsync(ApiRequest<AgentPossibleWorkShiftsRequest> request, AsyncApiCallback<ApiResponse<AgentPossibleWorkShiftsResponse>> callback) Get agent possible work shifts for requested time frame -
Uses of AgentPossibleWorkShiftsResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentPossibleWorkShiftsResponseModifier and TypeMethodDescriptionEach element is the ID of an effective work plan for a specific weekAgentPossibleWorkShiftsResponse.schedulerIntervalLengthMinutes(Integer schedulerIntervalLengthMinutes) Number of minutes in each interval in the intervalScheduleProbabilitiesThe time zone of the business unitAgentPossibleWorkShiftsResponse.weeklyPossibleWorkShifts(List<PossibleWorkShiftsForWeek> weeklyPossibleWorkShifts) Each element is a weekly effective work plan that can be used for multiple weeksAgentPossibleWorkShiftsResponse.weekStartDate(LocalDate weekStartDate) Start date of requested effective work plan.