Uses of Class
com.mypurecloud.sdk.v2.model.StepplanUpdate
Packages that use StepplanUpdate
Package
Description
-
Uses of StepplanUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type StepplanUpdateModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseplanStageplanStepplan(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) Update the attributes of a Stepplan.CaseManagementApi.patchCasemanagementCaseplanStageplanStepplanWithHttpInfo(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) Update the attributes of a Stepplan.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StepplanUpdateModifier and TypeMethodDescriptionCaseManagementApi.patchCasemanagementCaseplanStageplanStepplan(ApiRequest<StepplanUpdate> request) Update the attributes of a Stepplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanStepplanAsync(ApiRequest<StepplanUpdate> request, AsyncApiCallback<ApiResponse<Stepplan>> callback) Update the attributes of a Stepplan. -
Uses of StepplanUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return StepplanUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type StepplanUpdateModifier and TypeMethodDescriptionPatchCasemanagementCaseplanStageplanStepplanRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type StepplanUpdateModifier and TypeMethodDescriptionPatchCasemanagementCaseplanStageplanStepplanRequest.builder(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) voidPatchCasemanagementCaseplanStageplanStepplanRequest.setBody(StepplanUpdate body) PatchCasemanagementCaseplanStageplanStepplanRequest.Builder.withBody(StepplanUpdate body) PatchCasemanagementCaseplanStageplanStepplanRequest.withBody(StepplanUpdate body) PatchCasemanagementCaseplanStageplanStepplanRequest.Builder.withRequiredParams(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) -
Uses of StepplanUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StepplanUpdateModifier and TypeMethodDescriptionStepplanUpdate.activityType(StepplanUpdate.ActivityTypeEnum activityType) The activity type of the Stepplan.StepplanUpdate.description(String description) The description of the Stepplan.The name of the Stepplan.StepplanUpdate.workitemSettings(WorkitemSettings workitemSettings) The Workitem settings of the Stepplan.