Class PostCasemanagementCaseAssociationsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostCasemanagementCaseAssociationsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String caseId, CaseAssociationCreate body) getBody()voidsetBody(CaseAssociationCreate body) voidvoidsetCustomHeaders(Map<String, String> customHeaders) withCaseId(String caseId) withCustomHeader(String name, String value)
-
Constructor Details
-
PostCasemanagementCaseAssociationsRequest
public PostCasemanagementCaseAssociationsRequest()
-
-
Method Details
-
getCaseId
-
setCaseId
-
withCaseId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostCasemanagementCaseAssociationsRequest.Builder builder(String caseId, CaseAssociationCreate body)
-