Class CatalogListResponse
-
- All Implemented Interfaces:
public final class CatalogListResponsePaginated list of available provider types with their configuration schemas.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCatalogListResponse.BuilderA builder for CatalogListResponse.
-
Method Summary
Modifier and Type Method Description final Pagingpaging()final List<ProvidersCatalogEntry>results()final JsonField<Paging>_paging()Returns the raw JSON value of paging. final JsonField<List<ProvidersCatalogEntry>>_results()Returns the raw JSON value of results. final Map<String, JsonValue>_additionalProperties()final CatalogListResponse.BuildertoBuilder()final CatalogListResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CatalogListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CatalogListResponse. -
-
Method Detail
-
results
final List<ProvidersCatalogEntry> results()
-
_paging
final JsonField<Paging> _paging()
Returns the raw JSON value of paging.
Unlike paging, this method doesn't throw if the JSON field has an unexpected type.
-
_results
final JsonField<List<ProvidersCatalogEntry>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CatalogListResponse.Builder toBuilder()
-
validate
final CatalogListResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CatalogListResponse.Builder builder()
Returns a mutable builder for constructing an instance of CatalogListResponse.
The following fields are required:
.paging() .results()
-
-
-
-