| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction | |
| com.hubspot.slack.client.models.interaction.json |
| Modifier and Type | Method and Description |
|---|---|
BlockElementAction |
BlockElementAction.Builder.build()
Builds a new
BlockElementAction. |
static BlockElementAction |
BlockElementAction.copyOf(BlockElementActionIF instance)
Creates an immutable copy of a
BlockElementActionIF value. |
BlockElementAction |
BlockElementAction.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
BlockElementAction |
BlockElementAction.withActionTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
actionTs attribute. |
BlockElementAction |
BlockElementAction.withActionTs(String value)
Copy the current immutable object by setting a present value for the optional
actionTs attribute. |
BlockElementAction |
BlockElementAction.withBlockId(String blockId)
Copy the current immutable object by setting a value for the
blockId attribute. |
BlockElementAction |
BlockElementAction.withElement(BlockElement element)
Copy the current immutable object by setting a value for the
element attribute. |
BlockElementAction |
BlockElementAction.withSelectedDate(LocalDate value)
Copy the current immutable object by setting a present value for the optional
selectedDate attribute. |
BlockElementAction |
BlockElementAction.withSelectedDate(Optional<LocalDate> optional)
Copy the current immutable object by setting an optional value for the
selectedDate attribute. |
BlockElementAction |
BlockElementAction.withSelectedValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
selectedValue attribute. |
BlockElementAction |
BlockElementAction.withSelectedValue(String value)
Copy the current immutable object by setting a present value for the optional
selectedValue attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<BlockElementAction> |
BlockActions.getElementActions() |
List<BlockElementAction> |
BlockActionsIF.getElementActions() |
| Modifier and Type | Method and Description |
|---|---|
BlockActions.Builder |
BlockActions.Builder.addElementActions(BlockElementAction... elements)
Adds elements to
elementActions list. |
BlockActions.Builder |
BlockActions.Builder.addElementActions(BlockElementAction element)
Adds one element to
elementActions list. |
BlockActions |
BlockActions.withElementActions(BlockElementAction... elements)
Copy the current immutable object with elements that replace the content of
elementActions. |
| Modifier and Type | Method and Description |
|---|---|
BlockActions.Builder |
BlockActions.Builder.addAllElementActions(Iterable<? extends BlockElementAction> elements)
Adds elements to
elementActions list. |
BlockActions.Builder |
BlockActions.Builder.setElementActions(Iterable<? extends BlockElementAction> elements)
Sets or replaces all elements for
elementActions list. |
BlockActions |
BlockActions.withElementActions(Iterable<? extends BlockElementAction> elements)
Copy the current immutable object with elements that replace the content of
elementActions. |
| Modifier and Type | Method and Description |
|---|---|
BlockElementAction |
BlockElementActionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockElementActionSerializer.serialize(BlockElementAction value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2020. All rights reserved.