Class OrderFulfillmentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.OrderFulfillmentServiceAsync
public final class OrderFulfillmentServiceAsyncImpl implements OrderFulfillmentServiceAsync
Ordersrepresent the buying and selling of assets under anAccount.For
Accountsusing self-custodiedWallets,Ordersare created and fulfilled by making calls to Dinari's smart contracts, or using the Proxied Orders methods.For
Accountsusing managedWallets,Ordersare created and fulfilled by using theManaged Ordersmethods, which then create the corresponding transactions on the blockchain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderFulfillmentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OrderFulfillmentServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. OrderFulfillmentServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Fulfillment>retrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<List<Fulfillment>>query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.OrderFulfillmentServiceAsync
query, query, query, query, query, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
OrderFulfillmentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
OrderFulfillmentServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<Fulfillment> retrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)
-
query
CompletableFuture<List<Fulfillment>> query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)
-
-
-
-