Package app.knock.api.models.messages
Class MessageGetContentResponse.Data.MessageInAppFeedContent
-
- All Implemented Interfaces:
public final class MessageGetContentResponse.Data.MessageInAppFeedContentThe content of an in-app feed message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageGetContentResponse.Data.MessageInAppFeedContent.BuilderA builder for MessageInAppFeedContent.
public final classMessageGetContentResponse.Data.MessageInAppFeedContent.BlockA block in a message in an app feed.
-
Method Summary
Modifier and Type Method Description final String_typename()The typename of the schema. final List<MessageGetContentResponse.Data.MessageInAppFeedContent.Block>blocks()The blocks of the message in an app feed. final JsonField<String>__typename()Returns the raw JSON value of _typename. final JsonField<List<MessageGetContentResponse.Data.MessageInAppFeedContent.Block>>_blocks()Returns the raw JSON value of blocks. final Map<String, JsonValue>_additionalProperties()final MessageGetContentResponse.Data.MessageInAppFeedContent.BuildertoBuilder()final MessageGetContentResponse.Data.MessageInAppFeedContentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageGetContentResponse.Data.MessageInAppFeedContent.Builderbuilder()Returns a mutable builder for constructing an instance of MessageInAppFeedContent. -
-
Method Detail
-
blocks
final List<MessageGetContentResponse.Data.MessageInAppFeedContent.Block> blocks()
The blocks of the message in an app feed.
-
__typename
final JsonField<String> __typename()
Returns the raw JSON value of _typename.
Unlike _typename, this method doesn't throw if the JSON field has an unexpected type.
-
_blocks
final JsonField<List<MessageGetContentResponse.Data.MessageInAppFeedContent.Block>> _blocks()
Returns the raw JSON value of blocks.
Unlike blocks, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageGetContentResponse.Data.MessageInAppFeedContent.Builder toBuilder()
-
validate
final MessageGetContentResponse.Data.MessageInAppFeedContent validate()
-
builder
final static MessageGetContentResponse.Data.MessageInAppFeedContent.Builder builder()
Returns a mutable builder for constructing an instance of MessageInAppFeedContent.
The following fields are required:
._typename() .blocks()
-
-
-
-