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