Package com.dinari.api.services.async.v2
Class EntityServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.EntityServiceAsync.WithRawResponse
public final class EntityServiceAsyncImpl.WithRawResponseImpl implements EntityServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description EntityServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AccountServiceAsync.WithRawResponseaccounts()KycServiceAsync.WithRawResponsekyc()CompletableFuture<HttpResponseFor<Entity>>create(EntityCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<Entity>>>list(EntityListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Entity>>retrieveById(EntityRetrieveByIdParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Entity>>retrieveCurrent(EntityRetrieveCurrentParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.EntityServiceAsync.WithRawResponse
create, list, list, list, retrieveById, retrieveById, retrieveById, retrieveById, retrieveById, retrieveCurrent, retrieveCurrent, retrieveCurrent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
EntityServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
accounts
AccountServiceAsync.WithRawResponse accounts()
-
create
CompletableFuture<HttpResponseFor<Entity>> create(EntityCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<List<Entity>>> list(EntityListParams params, RequestOptions requestOptions)
-
retrieveById
CompletableFuture<HttpResponseFor<Entity>> retrieveById(EntityRetrieveByIdParams params, RequestOptions requestOptions)
-
retrieveCurrent
CompletableFuture<HttpResponseFor<Entity>> retrieveCurrent(EntityRetrieveCurrentParams params, RequestOptions requestOptions)
-
-
-
-