Package app.knock.api.models.objects
Class ObjectListMessagesPageResponse
-
- All Implemented Interfaces:
public final class ObjectListMessagesPageResponseA paginated list of messages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectListMessagesPageResponse.BuilderA builder for ObjectListMessagesPageResponse.
-
Method Summary
Modifier and Type Method Description final List<Message>entries()A list of messages. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<Message>>_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 ObjectListMessagesPageResponse.BuildertoBuilder()final ObjectListMessagesPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectListMessagesPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ObjectListMessagesPageResponse. -
-
Method Detail
-
_entries
final JsonField<List<Message>> _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 ObjectListMessagesPageResponse.Builder toBuilder()
-
validate
final ObjectListMessagesPageResponse validate()
-
builder
final static ObjectListMessagesPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ObjectListMessagesPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-