Uses of Class
com.mypurecloud.sdk.v2.model.CommandStatusEntityListing
Packages that use CommandStatusEntityListing
-
Uses of CommandStatusEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CommandStatusEntityListingModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementStatus(GetContentmanagementStatusRequest request) Get a list of statuses for pending operationsContentManagementApi.getContentmanagementStatus(Integer pageSize, Integer pageNumber) Get a list of statuses for pending operationsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CommandStatusEntityListingModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementStatus(ApiRequest<Void> request) Get a list of statuses for pending operationsContentManagementApiAsync.getContentmanagementStatusAsync(GetContentmanagementStatusRequest request, AsyncApiCallback<CommandStatusEntityListing> callback) Get a list of statuses for pending operationsContentManagementApiAsync.getContentmanagementStatusAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommandStatusEntityListing>> callback) Get a list of statuses for pending operationsContentManagementApi.getContentmanagementStatusWithHttpInfo(Integer pageSize, Integer pageNumber) Get a list of statuses for pending operationsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CommandStatusEntityListingModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementStatusAsync(GetContentmanagementStatusRequest request, AsyncApiCallback<CommandStatusEntityListing> callback) Get a list of statuses for pending operationsContentManagementApiAsync.getContentmanagementStatusAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommandStatusEntityListing>> callback) Get a list of statuses for pending operations -
Uses of CommandStatusEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommandStatusEntityListingModifier and TypeMethodDescriptionCommandStatusEntityListing.entities(List<CommandStatus> entities) CommandStatusEntityListing.pageNumber(Integer pageNumber) CommandStatusEntityListing.previousUri(String previousUri)