Class GetWorkforcemanagementAgentAdherenceExplanationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementAgentAdherenceExplanationRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetAgentId(String agentId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetExplanationId(String explanationId) withAgentId(String agentId) withCustomHeader(String name, String value) withExplanationId(String explanationId)
-
Constructor Details
-
GetWorkforcemanagementAgentAdherenceExplanationRequest
public GetWorkforcemanagementAgentAdherenceExplanationRequest()
-
-
Method Details
-
getAgentId
-
setAgentId
-
withAgentId
-
getExplanationId
-
setExplanationId
-
withExplanationId
public GetWorkforcemanagementAgentAdherenceExplanationRequest withExplanationId(String explanationId) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetWorkforcemanagementAgentAdherenceExplanationRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetWorkforcemanagementAgentAdherenceExplanationRequest.Builder builder(String agentId, String explanationId)
-