Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder
Packages that use PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder
-
Uses of PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchWorkforcemanagementAgentAdherenceExplanationRequest.BuilderModifier and TypeMethodDescriptionPatchWorkforcemanagementAgentAdherenceExplanationRequest.builder()PatchWorkforcemanagementAgentAdherenceExplanationRequest.builder(String agentId, String explanationId, UpdateAdherenceExplanationStatusRequest body) PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder.withAgentId(String agentId) PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder.withBody(UpdateAdherenceExplanationStatusRequest body) PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder.withExplanationId(String explanationId) PatchWorkforcemanagementAgentAdherenceExplanationRequest.Builder.withRequiredParams(String agentId, String explanationId, UpdateAdherenceExplanationStatusRequest body)