Class FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder
-
- All Implemented Interfaces:
public final class FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.BuilderA builder for Button.
-
-
Method Summary
-
-
Method Detail
-
action
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder action(String action)
The action to take when the button is clicked.
-
action
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder action(JsonField<String> action)
Sets Builder.action to an arbitrary JSON value.
You should usually call Builder.action with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
label
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder label(String label)
The label of the button.
-
label
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder label(JsonField<String> label)
Sets Builder.label to an arbitrary JSON value.
You should usually call Builder.label with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder name(String name)
The name of the button.
-
name
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button build()
Returns an immutable instance of Button.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.action() .label() .name()
-
-
-
-