Package app.knock.api.models.objects
Class ObjectListPageResponse
-
- All Implemented Interfaces:
public final class ObjectListPageResponseA paginated list of objects in a collection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectListPageResponse.BuilderA builder for ObjectListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<Object>entries()A list of objects. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<Object>>_entries()Returns the raw JSON value of entries. final JsonField<PageInfo>_pageInfo()Returns the raw JSON value of pageInfo. final Map<String, JsonValue>_additionalProperties()final ObjectListPageResponse.BuildertoBuilder()final ObjectListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ObjectListPageResponse. -
-
Method Detail
-
_entries
final JsonField<List<Object>> _entries()
Returns the raw JSON value of entries.
Unlike entries, this method doesn't throw if the JSON field has an unexpected type.
-
_pageInfo
final JsonField<PageInfo> _pageInfo()
Returns the raw JSON value of pageInfo.
Unlike pageInfo, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ObjectListPageResponse.Builder toBuilder()
-
validate
final ObjectListPageResponse validate()
-
builder
final static ObjectListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ObjectListPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-