Class PatchCasemanagementCaseplanStageplanStepplanRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchCasemanagementCaseplanStageplanStepplanRequest.Builder
- Enclosing class:
- PatchCasemanagementCaseplanStageplanStepplanRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withBody(StepplanUpdate body) withCaseplanId(String caseplanId) withRequiredParams(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) withStageplanId(String stageplanId) withStepplanId(String stepplanId)
-
Method Details
-
withCaseplanId
public PatchCasemanagementCaseplanStageplanStepplanRequest.Builder withCaseplanId(String caseplanId) -
withStageplanId
public PatchCasemanagementCaseplanStageplanStepplanRequest.Builder withStageplanId(String stageplanId) -
withStepplanId
public PatchCasemanagementCaseplanStageplanStepplanRequest.Builder withStepplanId(String stepplanId) -
withBody
-
withRequiredParams
public PatchCasemanagementCaseplanStageplanStepplanRequest.Builder withRequiredParams(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) -
build
-