Class OrderFulfillmentServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.OrderFulfillmentService
public final class OrderFulfillmentServiceImpl implements OrderFulfillmentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderFulfillmentServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OrderFulfillmentService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. OrderFulfillmentServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Fulfillmentretrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)List<Fulfillment>query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
OrderFulfillmentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
OrderFulfillmentService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
Fulfillment retrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)
-
query
List<Fulfillment> query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)
-
-
-
-