Package com.lithic.api.services.async
Class ManagementOperationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.ManagementOperationServiceAsync.WithRawResponse
public final class ManagementOperationServiceAsyncImpl.WithRawResponseImpl implements ManagementOperationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ManagementOperationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<ManagementOperationTransaction>>create(ManagementOperationCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ManagementOperationTransaction>>retrieve(ManagementOperationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ManagementOperationListPageAsync>>list(ManagementOperationListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ManagementOperationTransaction>>reverse(ManagementOperationReverseParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.ManagementOperationServiceAsync.WithRawResponse
create, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, reverse, reverse, reverse -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ManagementOperationServiceAsync.WithRawResponse 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<HttpResponseFor<ManagementOperationTransaction>> create(ManagementOperationCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ManagementOperationTransaction>> retrieve(ManagementOperationRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ManagementOperationListPageAsync>> list(ManagementOperationListParams params, RequestOptions requestOptions)
-
reverse
CompletableFuture<HttpResponseFor<ManagementOperationTransaction>> reverse(ManagementOperationReverseParams params, RequestOptions requestOptions)
-
-
-
-