Uses of Class
com.mypurecloud.sdk.v2.model.StepListing
Packages that use StepListing
-
Uses of StepListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StepListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStageSteps(GetCasemanagementCaseStageStepsRequest request) Get a list of Steps.CaseManagementApi.getCasemanagementCaseStageSteps(String caseId, String stageId, String before, String after, String pageSize) Get a list of Steps.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StepListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseStageSteps(ApiRequest<Void> request) Get a list of Steps.CaseManagementApiAsync.getCasemanagementCaseStageStepsAsync(GetCasemanagementCaseStageStepsRequest request, AsyncApiCallback<StepListing> callback) Get a list of Steps.CaseManagementApiAsync.getCasemanagementCaseStageStepsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StepListing>> callback) Get a list of Steps.CaseManagementApi.getCasemanagementCaseStageStepsWithHttpInfo(String caseId, String stageId, String before, String after, String pageSize) Get a list of Steps.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StepListingModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseStageStepsAsync(GetCasemanagementCaseStageStepsRequest request, AsyncApiCallback<StepListing> callback) Get a list of Steps.CaseManagementApiAsync.getCasemanagementCaseStageStepsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StepListing>> callback) Get a list of Steps. -
Uses of StepListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StepListing