Class BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock
-
- All Implemented Interfaces:
public final class BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlockA button set block in a message in an app feed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.BuilderA builder for MessageInAppFeedButtonSetBlock.
public final classBatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.ButtonA button in an in app feed message.
public final classBatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.TypeThe type of block in a message in an app feed.
-
Method Summary
-
-
Method Detail
-
buttons
final List<BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button> buttons()
A list of buttons in an in app feed message.
-
type
final BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type type()
The type of block in a message in an app feed.
-
_buttons
final JsonField<List<BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button>> _buttons()
Returns the raw JSON value of buttons.
Unlike buttons, 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.
-
_type
final JsonField<BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.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 BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder toBuilder()
-
validate
final BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock validate()
-
builder
final static BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder builder()
Returns a mutable builder for constructing an instance of MessageInAppFeedButtonSetBlock.
The following fields are required:
.buttons() .name() .type()
-
-
-
-