Class BatchGetContentResponse.Data.MessageInAppFeedContent
-
- All Implemented Interfaces:
public final class BatchGetContentResponse.Data.MessageInAppFeedContentThe content of an in-app feed message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchGetContentResponse.Data.MessageInAppFeedContent.BuilderA builder for MessageInAppFeedContent.
public final classBatchGetContentResponse.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<BatchGetContentResponse.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<BatchGetContentResponse.Data.MessageInAppFeedContent.Block>>_blocks()Returns the raw JSON value of blocks. final Map<String, JsonValue>_additionalProperties()final BatchGetContentResponse.Data.MessageInAppFeedContent.BuildertoBuilder()final BatchGetContentResponse.Data.MessageInAppFeedContentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchGetContentResponse.Data.MessageInAppFeedContent.Builderbuilder()Returns a mutable builder for constructing an instance of MessageInAppFeedContent. -
-
Method Detail
-
blocks
final List<BatchGetContentResponse.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<BatchGetContentResponse.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 BatchGetContentResponse.Data.MessageInAppFeedContent.Builder toBuilder()
-
validate
final BatchGetContentResponse.Data.MessageInAppFeedContent validate()
-
builder
final static BatchGetContentResponse.Data.MessageInAppFeedContent.Builder builder()
Returns a mutable builder for constructing an instance of MessageInAppFeedContent.
The following fields are required:
._typename() .blocks()
-
-
-
-