Interface CatalogService
-
- All Implemented Interfaces:
public interface CatalogService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCatalogService.WithRawResponseA view of CatalogService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CatalogService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CatalogServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CatalogListResponselist()Returns the catalog of available provider types with their display names, descriptions, and configuration schema fields (snake_case, with typeandrequired).abstract CatalogListResponselist(CatalogListParams params, RequestOptions requestOptions)CatalogListResponselist(CatalogListParams params)CatalogListResponselist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract CatalogService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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()
Returns the catalog of available provider types with their display names, descriptions, and configuration schema fields (snake_case, with
typeandrequired). Providers with no configurable schema return onlyprovider,name, anddescription.
-
list
abstract CatalogListResponse list(CatalogListParams params, RequestOptions requestOptions)
-
list
CatalogListResponse list(CatalogListParams params)
-
list
CatalogListResponse list(RequestOptions requestOptions)
-
-
-
-