Uses of Class
com.mypurecloud.sdk.v2.model.StageListing
Packages that use StageListing
-
Uses of StageListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StageListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStages(GetCasemanagementCaseStagesRequest request) Get a list of Stages.CaseManagementApi.getCasemanagementCaseStages(String caseId, String before, String after, String pageSize) Get a list of Stages.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StageListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStages(ApiRequest<Void> request) Get a list of Stages.CaseManagementApiAsync.getCasemanagementCaseStagesAsync(GetCasemanagementCaseStagesRequest request, AsyncApiCallback<StageListing> callback) Get a list of Stages.CaseManagementApiAsync.getCasemanagementCaseStagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StageListing>> callback) Get a list of Stages.CaseManagementApi.getCasemanagementCaseStagesWithHttpInfo(String caseId, String before, String after, String pageSize) Get a list of Stages.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StageListingModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseStagesAsync(GetCasemanagementCaseStagesRequest request, AsyncApiCallback<StageListing> callback) Get a list of Stages.CaseManagementApiAsync.getCasemanagementCaseStagesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StageListing>> callback) Get a list of Stages. -
Uses of StageListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StageListing