Class GetCasemanagementCaseplanVersionStageplanStepplanRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetCasemanagementCaseplanVersionStageplanStepplanRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCaseplanId(String caseplanId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetExpands(List<String> expands) voidsetStageplanId(String stageplanId) voidsetStepplanId(String stepplanId) voidsetVersionId(String versionId) withCaseplanId(String caseplanId) withCustomHeader(String name, String value) withExpands(List<String> expands) withStageplanId(String stageplanId) withStepplanId(String stepplanId) withVersionId(String versionId)
-
Constructor Details
-
GetCasemanagementCaseplanVersionStageplanStepplanRequest
public GetCasemanagementCaseplanVersionStageplanStepplanRequest()
-
-
Method Details
-
getCaseplanId
-
setCaseplanId
-
withCaseplanId
-
getVersionId
-
setVersionId
-
withVersionId
-
getStageplanId
-
setStageplanId
-
withStageplanId
-
getStepplanId
-
setStepplanId
-
withStepplanId
-
getExpands
-
setExpands
-
withExpands
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetCasemanagementCaseplanVersionStageplanStepplanRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static GetCasemanagementCaseplanVersionStageplanStepplanRequest.Builder builder(String caseplanId, String versionId, String stageplanId, String stepplanId)
-