Uses of Class
com.mypurecloud.sdk.v2.api.request.PatchCasemanagementCaseplanStageplanRequest
Packages that use PatchCasemanagementCaseplanStageplanRequest
-
Uses of PatchCasemanagementCaseplanStageplanRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchCasemanagementCaseplanStageplanRequestModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseplanStageplan(PatchCasemanagementCaseplanStageplanRequest request) Update the attributes of a Stageplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanAsync(PatchCasemanagementCaseplanStageplanRequest request, AsyncApiCallback<Stageplan> callback) Update the attributes of a Stageplan. -
Uses of PatchCasemanagementCaseplanStageplanRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchCasemanagementCaseplanStageplanRequestModifier and TypeMethodDescriptionPatchCasemanagementCaseplanStageplanRequest.Builder.build()PatchCasemanagementCaseplanStageplanRequest.withBody(StageplanUpdate body) PatchCasemanagementCaseplanStageplanRequest.withCaseplanId(String caseplanId) PatchCasemanagementCaseplanStageplanRequest.withCustomHeader(String name, String value) PatchCasemanagementCaseplanStageplanRequest.withStageplanId(String stageplanId)