Class CardListPageResponse
-
- All Implemented Interfaces:
public final class CardListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardListPageResponse.BuilderA builder for CardListPageResponse.
-
Method Summary
Modifier and Type Method Description final LongpageNumber()final LongpageSize()final List<CardListResponse>results()final LongtotalCount()final JsonField<Long>_pageNumber()Returns the raw JSON value of pageNumber. final JsonField<Long>_pageSize()Returns the raw JSON value of pageSize. final JsonField<List<CardListResponse>>_results()Returns the raw JSON value of results. final JsonField<Long>_totalCount()Returns the raw JSON value of totalCount. final Map<String, JsonValue>_additionalProperties()final CardListPageResponse.BuildertoBuilder()final CardListPageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CardListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CardListPageResponse. -
-
Method Detail
-
pageNumber
final Long pageNumber()
-
results
final List<CardListResponse> results()
-
totalCount
final Long totalCount()
-
_pageNumber
final JsonField<Long> _pageNumber()
Returns the raw JSON value of pageNumber.
Unlike pageNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_pageSize
final JsonField<Long> _pageSize()
Returns the raw JSON value of pageSize.
Unlike pageSize, this method doesn't throw if the JSON field has an unexpected type.
-
_results
final JsonField<List<CardListResponse>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCount
final JsonField<Long> _totalCount()
Returns the raw JSON value of totalCount.
Unlike totalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CardListPageResponse.Builder toBuilder()
-
validate
final CardListPageResponse 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 CardListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of CardListPageResponse.
The following fields are required:
.pageNumber() .pageSize() .results() .totalCount()
-
-
-
-