Uses of Class
com.mypurecloud.sdk.v2.model.ValidateAgentUnavailableTimesRequest
Packages that use ValidateAgentUnavailableTimesRequest
Package
Description
-
Uses of ValidateAgentUnavailableTimesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ValidateAgentUnavailableTimesRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementUnavailabletimesValidationJobs(ValidateAgentUnavailableTimesRequest body) Validates proposed changes to an agent's unavailable time spans against scheduling rules and constraints for a specific weekWorkforceManagementApi.postWorkforcemanagementUnavailabletimesValidationJobsWithHttpInfo(ValidateAgentUnavailableTimesRequest body) Validates proposed changes to an agent's unavailable time spans against scheduling rules and constraints for a specific weekMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ValidateAgentUnavailableTimesRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementUnavailabletimesValidationJobs(ApiRequest<ValidateAgentUnavailableTimesRequest> request) Validates proposed changes to an agent's unavailable time spans against scheduling rules and constraints for a specific weekWorkforceManagementApiAsync.postWorkforcemanagementUnavailabletimesValidationJobsAsync(ApiRequest<ValidateAgentUnavailableTimesRequest> request, AsyncApiCallback<ApiResponse<ValidateAgentUnavailableTimesResponse>> callback) Validates proposed changes to an agent's unavailable time spans against scheduling rules and constraints for a specific week -
Uses of ValidateAgentUnavailableTimesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ValidateAgentUnavailableTimesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementUnavailabletimesValidationJobsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ValidateAgentUnavailableTimesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementUnavailabletimesValidationJobsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ValidateAgentUnavailableTimesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementUnavailabletimesValidationJobsRequest.builder(ValidateAgentUnavailableTimesRequest body) voidPostWorkforcemanagementUnavailabletimesValidationJobsRequest.setBody(ValidateAgentUnavailableTimesRequest body) PostWorkforcemanagementUnavailabletimesValidationJobsRequest.Builder.withBody(ValidateAgentUnavailableTimesRequest body) PostWorkforcemanagementUnavailabletimesValidationJobsRequest.withBody(ValidateAgentUnavailableTimesRequest body) PostWorkforcemanagementUnavailabletimesValidationJobsRequest.Builder.withRequiredParams(ValidateAgentUnavailableTimesRequest body) -
Uses of ValidateAgentUnavailableTimesRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ValidateAgentUnavailableTimesRequestModifier and TypeMethodDescriptionValidateAgentUnavailableTimesRequest.unavailableTimes(List<UpdateUnavailableTime> unavailableTimes) Proposed changes to agent's unavailable time spans to be validatedValidateAgentUnavailableTimesRequest.validationWeekDate(LocalDate validationWeekDate) The ID of the week to validate.