Package com.lithic.api.services.async
Interface ManagementOperationServiceAsync
-
- All Implemented Interfaces:
public interface ManagementOperationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceManagementOperationServiceAsync.WithRawResponseA view of ManagementOperationServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract ManagementOperationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract ManagementOperationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<ManagementOperationTransaction> create(ManagementOperationCreateParams params)
Create management operation
-
create
abstract CompletableFuture<ManagementOperationTransaction> create(ManagementOperationCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ManagementOperationTransaction> retrieve(String managementOperationToken)
Get management operation
-
retrieve
CompletableFuture<ManagementOperationTransaction> retrieve(String managementOperationToken, ManagementOperationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ManagementOperationTransaction> retrieve(String managementOperationToken, ManagementOperationRetrieveParams params)
-
retrieve
abstract CompletableFuture<ManagementOperationTransaction> retrieve(ManagementOperationRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ManagementOperationTransaction> retrieve(ManagementOperationRetrieveParams params)
-
retrieve
CompletableFuture<ManagementOperationTransaction> retrieve(String managementOperationToken, RequestOptions requestOptions)
-
list
CompletableFuture<ManagementOperationListPageAsync> list()
List management operations
-
list
abstract CompletableFuture<ManagementOperationListPageAsync> list(ManagementOperationListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<ManagementOperationListPageAsync> list(RequestOptions requestOptions)
-
reverse
CompletableFuture<ManagementOperationTransaction> reverse(String managementOperationToken, ManagementOperationReverseParams params)
Reverse a management operation
-
reverse
CompletableFuture<ManagementOperationTransaction> reverse(String managementOperationToken, ManagementOperationReverseParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<ManagementOperationTransaction> reverse(ManagementOperationReverseParams params)
-
reverse
abstract CompletableFuture<ManagementOperationTransaction> reverse(ManagementOperationReverseParams params, RequestOptions requestOptions)
-
-
-
-