Uses of Class
com.mypurecloud.sdk.v2.model.AdherenceExplanationResponse
Packages that use AdherenceExplanationResponse
-
Uses of AdherenceExplanationResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AdherenceExplanationResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementAdherenceExplanation(GetWorkforcemanagementAdherenceExplanationRequest request) Get an adherence explanation for the current userWorkforceManagementApi.getWorkforcemanagementAdherenceExplanation(String explanationId) Get an adherence explanation for the current userWorkforceManagementApi.getWorkforcemanagementAgentAdherenceExplanation(GetWorkforcemanagementAgentAdherenceExplanationRequest request) Get an adherence explanationWorkforceManagementApi.getWorkforcemanagementAgentAdherenceExplanation(String agentId, String explanationId) Get an adherence explanationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AdherenceExplanationResponseModifier and TypeMethodDescriptionWorkforceManagementApi.getWorkforcemanagementAdherenceExplanation(ApiRequest<Void> request) Get an adherence explanation for the current userWorkforceManagementApiAsync.getWorkforcemanagementAdherenceExplanationAsync(GetWorkforcemanagementAdherenceExplanationRequest request, AsyncApiCallback<AdherenceExplanationResponse> callback) Get an adherence explanation for the current userWorkforceManagementApiAsync.getWorkforcemanagementAdherenceExplanationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AdherenceExplanationResponse>> callback) Get an adherence explanation for the current userWorkforceManagementApi.getWorkforcemanagementAdherenceExplanationWithHttpInfo(String explanationId) Get an adherence explanation for the current userWorkforceManagementApi.getWorkforcemanagementAgentAdherenceExplanation(ApiRequest<Void> request) Get an adherence explanationWorkforceManagementApiAsync.getWorkforcemanagementAgentAdherenceExplanationAsync(GetWorkforcemanagementAgentAdherenceExplanationRequest request, AsyncApiCallback<AdherenceExplanationResponse> callback) Get an adherence explanationWorkforceManagementApiAsync.getWorkforcemanagementAgentAdherenceExplanationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AdherenceExplanationResponse>> callback) Get an adherence explanationWorkforceManagementApi.getWorkforcemanagementAgentAdherenceExplanationWithHttpInfo(String agentId, String explanationId) Get an adherence explanationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AdherenceExplanationResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.getWorkforcemanagementAdherenceExplanationAsync(GetWorkforcemanagementAdherenceExplanationRequest request, AsyncApiCallback<AdherenceExplanationResponse> callback) Get an adherence explanation for the current userWorkforceManagementApiAsync.getWorkforcemanagementAdherenceExplanationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AdherenceExplanationResponse>> callback) Get an adherence explanation for the current userWorkforceManagementApiAsync.getWorkforcemanagementAgentAdherenceExplanationAsync(GetWorkforcemanagementAgentAdherenceExplanationRequest request, AsyncApiCallback<AdherenceExplanationResponse> callback) Get an adherence explanationWorkforceManagementApiAsync.getWorkforcemanagementAgentAdherenceExplanationAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<AdherenceExplanationResponse>> callback) Get an adherence explanation -
Uses of AdherenceExplanationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AdherenceExplanationResponseModifier and TypeMethodDescriptionAdherenceExplanationResponse.agent(UserReference agent) The agent to whom this adherence explanation appliesAdherenceExplanationResponse.businessUnit(BusinessUnitReference businessUnit) The business unit to which the agent belonged at the time the adherence explanation was submittedAdherenceExplanationJob.getAdherenceExplanation()AdherenceExplanationResponse.lengthMinutes(Integer lengthMinutes) The length of the adherence explanation in minutesAdherenceExplanationResponse.managementUnit(ManagementUnitReference managementUnit) The management unit to which the agent belonged at the time the adherence explanation was submittedNotes about the adherence explanationAdherenceExplanationResponse.reviewedBy(UserReference reviewedBy) The user who reviewed the adherence explanation, if applicable.AdherenceExplanationResponse.reviewedDate(Date reviewedDate) The timestamp for when the adherence explanation was reviewed, if applicable.The start timestamp of the adherence explanation in ISO-8601 formatAdherenceExplanationResponse.status(AdherenceExplanationResponse.StatusEnum status) The status of the adherence explanationAdherenceExplanationResponse.type(AdherenceExplanationResponse.TypeEnum type) The type of the adherence explanationMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AdherenceExplanationResponseModifier and TypeMethodDescriptionAdherenceExplanationListing.getEntities()AdherenceExplanationListingAgentQueryResponse.getEntities()AdherenceExplanationListingBuQueryResponse.getEntities()Methods in com.mypurecloud.sdk.v2.model with parameters of type AdherenceExplanationResponseModifier and TypeMethodDescriptionAdherenceExplanationJob.adherenceExplanation(AdherenceExplanationResponse adherenceExplanation) The adherence explanation added or modified by the job once complete; may be null if status == 'Error'.voidAdherenceExplanationJob.setAdherenceExplanation(AdherenceExplanationResponse adherenceExplanation) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AdherenceExplanationResponseModifier and TypeMethodDescriptionAdherenceExplanationListing.entities(List<AdherenceExplanationResponse> entities) AdherenceExplanationListingAgentQueryResponse.entities(List<AdherenceExplanationResponse> entities) AdherenceExplanationListingBuQueryResponse.entities(List<AdherenceExplanationResponse> entities) voidAdherenceExplanationListing.setEntities(List<AdherenceExplanationResponse> entities) voidAdherenceExplanationListingAgentQueryResponse.setEntities(List<AdherenceExplanationResponse> entities) voidAdherenceExplanationListingBuQueryResponse.setEntities(List<AdherenceExplanationResponse> entities)