Class CatalogServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.providers.CatalogServiceAsync.WithRawResponse
public final class CatalogServiceAsyncImpl.WithRawResponseImpl implements CatalogServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CatalogServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<CatalogListResponse>>list(CatalogListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
CatalogServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<CatalogListResponse>> list(CatalogListParams params, RequestOptions requestOptions)
-
-
-
-