Uses of Class
com.mypurecloud.sdk.v2.model.Stage
Packages that use Stage
-
Uses of Stage in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StageModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStage(GetCasemanagementCaseStageRequest request) Get a Stage.CaseManagementApi.getCasemanagementCaseStage(String caseId, String stageId) Get a Stage.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StageModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStage(ApiRequest<Void> request) Get a Stage.CaseManagementApiAsync.getCasemanagementCaseStageAsync(GetCasemanagementCaseStageRequest request, AsyncApiCallback<Stage> callback) Get a Stage.CaseManagementApiAsync.getCasemanagementCaseStageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Stage>> callback) Get a Stage.CaseManagementApi.getCasemanagementCaseStageWithHttpInfo(String caseId, String stageId) Get a Stage.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StageModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseStageAsync(GetCasemanagementCaseStageRequest request, AsyncApiCallback<Stage> callback) Get a Stage.CaseManagementApiAsync.getCasemanagementCaseStageAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Stage>> callback) Get a Stage. -
Uses of Stage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StageModifier and TypeMethodDescriptionStage._case(CaseReference _case) The parent Case of the Stage.Stage.dateCompleted(Date dateCompleted) The Stage completion date.Stage.dateCreated(Date dateCreated) The Stage creation date.Stage.dateModified(Date dateModified) The Stage modification date.Stage.dateStarted(Date dateStarted) The Stage start date.Stage.description(String description) The description of the Stage.Stage.modifiedBy(UserReference modifiedBy) The ID of the User who modified the Stage.The name of the Stage.Stage.status(Stage.StatusEnum status) The Status of the Stage.The version of the Stage.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type StageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type Stage