Uses of Class
com.mypurecloud.sdk.v2.model.Stepplan
Packages that use Stepplan
-
Uses of Stepplan in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StepplanModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionStageplanStepplan(GetCasemanagementCaseplanVersionStageplanStepplanRequest request) Get a Stepplan.CaseManagementApi.getCasemanagementCaseplanVersionStageplanStepplan(String caseplanId, String versionId, String stageplanId, String stepplanId, List<String> expands) Get a Stepplan.CaseManagementApi.patchCasemanagementCaseplanStageplanStepplan(PatchCasemanagementCaseplanStageplanStepplanRequest request) Update the attributes of a Stepplan.CaseManagementApi.patchCasemanagementCaseplanStageplanStepplan(String caseplanId, String stageplanId, String stepplanId, StepplanUpdate body) Update the attributes of a Stepplan.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StepplanModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionStageplanStepplan(ApiRequest<Void> request) Get a Stepplan.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanStepplanAsync(GetCasemanagementCaseplanVersionStageplanStepplanRequest request, AsyncApiCallback<Stepplan> callback) Get a Stepplan.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanStepplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Stepplan>> callback) Get a Stepplan.CaseManagementApi.getCasemanagementCaseplanVersionStageplanStepplanWithHttpInfo(String caseplanId, String versionId, String stageplanId, String stepplanId, List<String> expands) Get a Stepplan.CaseManagementApi.patchCasemanagementCaseplanStageplanStepplan(ApiRequest<StepplanUpdate> request) Update the attributes of a Stepplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanStepplanAsync(PatchCasemanagementCaseplanStageplanStepplanRequest request, AsyncApiCallback<Stepplan> callback) Update the attributes of a Stepplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanStepplanAsync(ApiRequest<StepplanUpdate> request, AsyncApiCallback<ApiResponse<Stepplan>> callback) 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 StepplanModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanStepplanAsync(GetCasemanagementCaseplanVersionStageplanStepplanRequest request, AsyncApiCallback<Stepplan> callback) Get a Stepplan.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanStepplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Stepplan>> callback) Get a Stepplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanStepplanAsync(PatchCasemanagementCaseplanStageplanStepplanRequest request, AsyncApiCallback<Stepplan> callback) Update the attributes of a Stepplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanStepplanAsync(ApiRequest<StepplanUpdate> request, AsyncApiCallback<ApiResponse<Stepplan>> callback) Update the attributes of a Stepplan. -
Uses of Stepplan in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StepplanModifier and TypeMethodDescriptionStepplan.activityType(Stepplan.ActivityTypeEnum activityType) The activity type of the Stepplan.Stepplan.caseplan(CaseplanReference caseplan) The Caseplan of the Stepplan.Stepplan.dateCreated(Date dateCreated) The Stepplan creation date.Stepplan.dateModified(Date dateModified) The Stepplan modification date.Stepplan.description(String description) The description of the Stepplan.Stepplan.modifiedBy(UserReference modifiedBy) The ID of the User who modified the Stepplan.The name of the Stepplan.Stepplan.stageplan(StageplanReference stageplan) The Stageplan of the Stepplan.Stepplan.workitemSettings(WorkitemSettingsResponse workitemSettings) The Workitem settings of the Stepplan.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type StepplanMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Stepplan