Class PatchCasemanagementCaseplanStageplanStepplanRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchCasemanagementCaseplanStageplanStepplanRequest
-
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, String stepplanId, StepplanUpdate body) getBody()voidsetBody(StepplanUpdate body) voidsetCaseplanId(String caseplanId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetStageplanId(String stageplanId) voidsetStepplanId(String stepplanId) withBody(StepplanUpdate body) withCaseplanId(String caseplanId) withCustomHeader(String name, String value) withStageplanId(String stageplanId) withStepplanId(String stepplanId)
-
Constructor Details
-
PatchCasemanagementCaseplanStageplanStepplanRequest
public PatchCasemanagementCaseplanStageplanStepplanRequest()
-
-
Method Details
-
getCaseplanId
-
setCaseplanId
-
withCaseplanId
-
getStageplanId
-
setStageplanId
-
withStageplanId
-
getStepplanId
-
setStepplanId
-
withStepplanId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PatchCasemanagementCaseplanStageplanStepplanRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PatchCasemanagementCaseplanStageplanStepplanRequest.Builder builder(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body)
-