Class PatchCasemanagementCaseplanStageplanRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchCasemanagementCaseplanStageplanRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String caseplanId, String stageplanId, StageplanUpdate body) getBody()voidsetBody(StageplanUpdate body) voidsetCaseplanId(String caseplanId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetStageplanId(String stageplanId) withBody(StageplanUpdate body) withCaseplanId(String caseplanId) withCustomHeader(String name, String value) withStageplanId(String stageplanId)
-
Constructor Details
-
PatchCasemanagementCaseplanStageplanRequest
public PatchCasemanagementCaseplanStageplanRequest()
-
-
Method Details
-
getCaseplanId
-
setCaseplanId
-
withCaseplanId
-
getStageplanId
-
setStageplanId
-
withStageplanId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchCasemanagementCaseplanStageplanRequest.Builder builder(String caseplanId, String stageplanId, StageplanUpdate body)
-