Class CatalogServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.providers.CatalogService
public final class CatalogServiceImpl implements CatalogService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCatalogServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CatalogService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CatalogServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CatalogListResponselist(CatalogListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
CatalogService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CatalogService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CatalogListResponse list(CatalogListParams params, RequestOptions requestOptions)
-
-
-
-