Class PostWorkforcemanagementAgentAdherenceExplanationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementAgentAdherenceExplanationsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String agentId, AddAdherenceExplanationAdminRequest body) getBody()voidsetAgentId(String agentId) voidvoidsetCustomHeaders(Map<String, String> customHeaders) withAgentId(String agentId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostWorkforcemanagementAgentAdherenceExplanationsRequest
public PostWorkforcemanagementAgentAdherenceExplanationsRequest()
-
-
Method Details
-
getAgentId
-
setAgentId
-
withAgentId
-
getBody
-
setBody
-
withBody
public PostWorkforcemanagementAgentAdherenceExplanationsRequest withBody(AddAdherenceExplanationAdminRequest body) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementAgentAdherenceExplanationsRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostWorkforcemanagementAgentAdherenceExplanationsRequest.Builder builder(String agentId, AddAdherenceExplanationAdminRequest body)
-