Class GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder
- Enclosing class:
- GetCasemanagementCaseplanVersionStageplanStepplanRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withCaseplanId(String caseplanId) withExpands(List<String> expands) withExpandsEnumValues(List<GetCasemanagementCaseplanVersionStageplanStepplanRequest.expandsValues> expands) withRequiredParams(String caseplanId, String versionId, String stageplanId, String stepplanId) withStageplanId(String stageplanId) withStepplanId(String stepplanId) withVersionId(String versionId)
-
Method Details
-
withCaseplanId
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withCaseplanId(String caseplanId) -
withVersionId
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withVersionId(String versionId) -
withStageplanId
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withStageplanId(String stageplanId) -
withStepplanId
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withStepplanId(String stepplanId) -
withExpands
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withExpands(List<String> expands) -
withExpandsEnumValues
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withExpandsEnumValues(List<GetCasemanagementCaseplanVersionStageplanStepplanRequest.expandsValues> expands) -
withRequiredParams
public GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder withRequiredParams(String caseplanId, String versionId, String stageplanId, String stepplanId) -
build
-