Uses of Class
com.mypurecloud.sdk.v2.model.Stageplan
Packages that use Stageplan
-
Uses of Stageplan in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StageplanModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionStageplan(GetCasemanagementCaseplanVersionStageplanRequest request) Get a Stageplan.CaseManagementApi.getCasemanagementCaseplanVersionStageplan(String caseplanId, String versionId, String stageplanId, List<String> expands) Get a Stageplan.CaseManagementApi.patchCasemanagementCaseplanStageplan(PatchCasemanagementCaseplanStageplanRequest request) Update the attributes of a Stageplan.CaseManagementApi.patchCasemanagementCaseplanStageplan(String caseplanId, String stageplanId, StageplanUpdate body) Update the attributes of a Stageplan.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StageplanModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionStageplan(ApiRequest<Void> request) Get a Stageplan.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanAsync(GetCasemanagementCaseplanVersionStageplanRequest request, AsyncApiCallback<Stageplan> callback) Get a Stageplan.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Stageplan>> callback) Get a Stageplan.CaseManagementApi.getCasemanagementCaseplanVersionStageplanWithHttpInfo(String caseplanId, String versionId, String stageplanId, List<String> expands) Get a Stageplan.CaseManagementApi.patchCasemanagementCaseplanStageplan(ApiRequest<StageplanUpdate> request) Update the attributes of a Stageplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanAsync(PatchCasemanagementCaseplanStageplanRequest request, AsyncApiCallback<Stageplan> callback) Update the attributes of a Stageplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanAsync(ApiRequest<StageplanUpdate> request, AsyncApiCallback<ApiResponse<Stageplan>> callback) Update the attributes of a Stageplan.CaseManagementApi.patchCasemanagementCaseplanStageplanWithHttpInfo(String caseplanId, String stageplanId, StageplanUpdate body) Update the attributes of a Stageplan.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StageplanModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanAsync(GetCasemanagementCaseplanVersionStageplanRequest request, AsyncApiCallback<Stageplan> callback) Get a Stageplan.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplanAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Stageplan>> callback) Get a Stageplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanAsync(PatchCasemanagementCaseplanStageplanRequest request, AsyncApiCallback<Stageplan> callback) Update the attributes of a Stageplan.CaseManagementApiAsync.patchCasemanagementCaseplanStageplanAsync(ApiRequest<StageplanUpdate> request, AsyncApiCallback<ApiResponse<Stageplan>> callback) Update the attributes of a Stageplan. -
Uses of Stageplan in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StageplanModifier and TypeMethodDescriptionStageplan.caseplan(CaseplanReference caseplan) The Caseplan of the Stageplan.Stageplan.dateCreated(Date dateCreated) The Stageplan creation date.Stageplan.dateModified(Date dateModified) The Stageplan modification date.Stageplan.description(String description) The description of the Stageplan.Stageplan.modifiedBy(UserReference modifiedBy) The ID of the User who modified the Stageplan.The name of the Stageplan.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type StageplanMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Stageplan