Class CatalogServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.providers.CatalogService.WithRawResponse
public final class CatalogServiceImpl.WithRawResponseImpl implements CatalogService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CatalogService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<CatalogListResponse>list(CatalogListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
CatalogService.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
HttpResponseFor<CatalogListResponse> list(CatalogListParams params, RequestOptions requestOptions)
-
-
-
-