Package app.knock.api.models.messages
Class MessageListEventsPageResponse
-
- All Implemented Interfaces:
public final class MessageListEventsPageResponseReturns a paginated list of /send-notifications/message-statuses events for the specified message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageListEventsPageResponse.BuilderA builder for MessageListEventsPageResponse.
-
Method Summary
Modifier and Type Method Description final List<MessageEvent>entries()A list of message events. final PageInfopageInfo()Pagination information for a list of resources. final JsonField<List<MessageEvent>>_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 MessageListEventsPageResponse.BuildertoBuilder()final MessageListEventsPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageListEventsPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MessageListEventsPageResponse. -
-
Method Detail
-
entries
final List<MessageEvent> entries()
A list of message events.
-
_entries
final JsonField<List<MessageEvent>> _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 MessageListEventsPageResponse.Builder toBuilder()
-
validate
final MessageListEventsPageResponse validate()
-
builder
final static MessageListEventsPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of MessageListEventsPageResponse.
The following fields are required:
.entries() .pageInfo()
-
-
-
-