Package dev.case.api.models.legal.v1
Class V1DocketResponse.Pagination
-
- All Implemented Interfaces:
public final class V1DocketResponse.PaginationPagination info for entry list (lookup mode with includeEntries)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1DocketResponse.Pagination.BuilderA builder for Pagination.
-
Method Summary
Modifier and Type Method Description final Optional<Long>limit()final Optional<Long>offset()final Optional<Long>returned()final JsonField<Long>_limit()Returns the raw JSON value of limit. final JsonField<Long>_offset()Returns the raw JSON value of offset. final JsonField<Long>_returned()Returns the raw JSON value of returned. final Map<String, JsonValue>_additionalProperties()final V1DocketResponse.Pagination.BuildertoBuilder()final V1DocketResponse.Paginationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1DocketResponse.Pagination.Builderbuilder()Returns a mutable builder for constructing an instance of Pagination. -
-
Method Detail
-
_limit
final JsonField<Long> _limit()
Returns the raw JSON value of limit.
Unlike limit, this method doesn't throw if the JSON field has an unexpected type.
-
_offset
final JsonField<Long> _offset()
Returns the raw JSON value of offset.
Unlike offset, this method doesn't throw if the JSON field has an unexpected type.
-
_returned
final JsonField<Long> _returned()
Returns the raw JSON value of returned.
Unlike returned, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1DocketResponse.Pagination.Builder toBuilder()
-
validate
final V1DocketResponse.Pagination validate()
-
builder
final static V1DocketResponse.Pagination.Builder builder()
Returns a mutable builder for constructing an instance of Pagination.
-
-
-
-