Class OrderFulfillmentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.OrderFulfillmentServiceAsync.WithRawResponse
public final class OrderFulfillmentServiceAsyncImpl.WithRawResponseImpl implements OrderFulfillmentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OrderFulfillmentServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Fulfillment>>retrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<Fulfillment>>>query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.OrderFulfillmentServiceAsync.WithRawResponse
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
-
withOptions
OrderFulfillmentServiceAsync.WithRawResponse 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<HttpResponseFor<Fulfillment>> retrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)
-
query
CompletableFuture<HttpResponseFor<List<Fulfillment>>> query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)
-
-
-
-