Class AlloyListResponse
-
- All Implemented Interfaces:
public final class AlloyListResponsePaginated response containing a list of Alloys.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAlloyListResponse.BuilderA builder for AlloyListResponse.
public final classAlloyListResponse.DataAlloy details.
public final classAlloyListResponse.PaginationMetadataPagination metadata
public final classAlloyListResponse._SvSchema version
-
Method Summary
Modifier and Type Method Description final List<AlloyListResponse.Data>data()List of Alloys final AlloyListResponse.PaginationMetadatapaginationMetadata()Pagination metadata final Optional<AlloyListResponse._Sv>_sv()Schema version final JsonField<List<AlloyListResponse.Data>>_data()Returns the raw JSON value of data. final JsonField<AlloyListResponse.PaginationMetadata>_paginationMetadata()Returns the raw JSON value of paginationMetadata. final JsonField<AlloyListResponse._Sv>__sv()Returns the raw JSON value of _sv. final Map<String, JsonValue>_additionalProperties()final AlloyListResponse.BuildertoBuilder()final AlloyListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AlloyListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AlloyListResponse. -
-
Method Detail
-
data
final List<AlloyListResponse.Data> data()
List of Alloys
-
paginationMetadata
final AlloyListResponse.PaginationMetadata paginationMetadata()
Pagination metadata
-
_sv
final Optional<AlloyListResponse._Sv> _sv()
Schema version
-
_data
final JsonField<List<AlloyListResponse.Data>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_paginationMetadata
final JsonField<AlloyListResponse.PaginationMetadata> _paginationMetadata()
Returns the raw JSON value of paginationMetadata.
Unlike paginationMetadata, this method doesn't throw if the JSON field has an unexpected type.
-
__sv
final JsonField<AlloyListResponse._Sv> __sv()
Returns the raw JSON value of _sv.
Unlike _sv, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AlloyListResponse.Builder toBuilder()
-
validate
final AlloyListResponse validate()
-
builder
final static AlloyListResponse.Builder builder()
Returns a mutable builder for constructing an instance of AlloyListResponse.
The following fields are required:
.data() .paginationMetadata()
-
-
-
-