Interface CatalogServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CatalogServiceAsync.WithRawResponseA view of CatalogServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CatalogServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<CatalogListResponse>>list()Returns a raw HTTP response for get /providers/catalog, but is otherwise the same as CatalogServiceAsync.list.abstract CompletableFuture<HttpResponseFor<CatalogListResponse>>list(CatalogListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<CatalogListResponse>>list(CatalogListParams params)CompletableFuture<HttpResponseFor<CatalogListResponse>>list(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract 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()
Returns a raw HTTP response for
get /providers/catalog, but is otherwise the same as CatalogServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<CatalogListResponse>> list(CatalogListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CatalogListResponse>> list(CatalogListParams params)
-
list
CompletableFuture<HttpResponseFor<CatalogListResponse>> list(RequestOptions requestOptions)
-
-
-
-