Class MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock
-
- All Implemented Interfaces:
public final class MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlockA block in a message in an app feed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.BuilderA builder for MessageInAppFeedContentBlock.
public final classMessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.TypeThe type of block in a message in an app feed.
-
Method Summary
-
-
Method Detail
-
type
final MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type type()
The type of block in a message in an app feed.
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_rendered
final JsonField<String> _rendered()
Returns the raw JSON value of rendered.
Unlike rendered, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Builder toBuilder()
-
validate
final MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock validate()
-
builder
final static MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Builder builder()
Returns a mutable builder for constructing an instance of MessageInAppFeedContentBlock.
The following fields are required:
.content() .name() .rendered() .type()
-
-
-
-