| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
StateAction |
StateAction.Builder.build()
Builds a new
StateAction. |
static StateAction |
StateAction.copyOf(StateActionIF instance)
Creates an immutable copy of a
StateActionIF value. |
StateAction |
StateAction.withActionValues(Map<String,? extends StateActionValue> actionValues)
Copy the current immutable object by replacing the
actionValues map with the specified map. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StateAction> |
StateBlock.getActions() |
Map<String,StateAction> |
StateBlockIF.getActions() |
| Modifier and Type | Method and Description |
|---|---|
StateBlock.Builder |
StateBlock.Builder.putActions(String key,
StateAction value)
Put one entry to the
actions map. |
| Modifier and Type | Method and Description |
|---|---|
StateBlock.Builder |
StateBlock.Builder.putActions(Map.Entry<String,? extends StateAction> entry)
Put one entry to the
actions map. |
StateBlock.Builder |
StateBlock.Builder.putAllActions(Map<String,? extends StateAction> actions)
Put all mappings from the specified map as entries to
actions map. |
StateBlock.Builder |
StateBlock.Builder.setActions(Map<String,? extends StateAction> actions)
Sets or replaces all mappings from the specified map as entries for the
actions map. |
StateBlock |
StateBlock.withActions(Map<String,? extends StateAction> actions)
Copy the current immutable object by replacing the
actions map with the specified map. |
Copyright © 2020. All rights reserved.