Uses of Class
com.mypurecloud.sdk.v2.model.CommandStatus
Packages that use CommandStatus
-
Uses of CommandStatus in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CommandStatusModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementStatusStatusId(GetContentmanagementStatusStatusIdRequest request) Get a status.ContentManagementApi.getContentmanagementStatusStatusId(String statusId) Get a status.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CommandStatusModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementStatusStatusId(ApiRequest<Void> request) Get a status.ContentManagementApiAsync.getContentmanagementStatusStatusIdAsync(GetContentmanagementStatusStatusIdRequest request, AsyncApiCallback<CommandStatus> callback) Get a status.ContentManagementApiAsync.getContentmanagementStatusStatusIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommandStatus>> callback) Get a status.ContentManagementApi.getContentmanagementStatusStatusIdWithHttpInfo(String statusId) Get a status.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CommandStatusModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementStatusStatusIdAsync(GetContentmanagementStatusStatusIdRequest request, AsyncApiCallback<CommandStatus> callback) Get a status.ContentManagementApiAsync.getContentmanagementStatusStatusIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CommandStatus>> callback) Get a status. -
Uses of CommandStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommandStatusModifier and TypeMethodDescriptionCommandStatus.commandType(CommandStatus.CommandTypeEnum commandType) CommandStatus.expiration(Date expiration) Date time is represented as an ISO-8601 string.CommandStatus.statusCode(CommandStatus.StatusCodeEnum statusCode) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CommandStatusMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CommandStatusModifier and TypeMethodDescriptionCommandStatusEntityListing.entities(List<CommandStatus> entities) voidCommandStatusEntityListing.setEntities(List<CommandStatus> entities)