| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
static StateBlock.Builder |
StateBlock.builder()
Creates a builder for
StateBlock. |
StateBlock.Builder |
StateBlock.Builder.from(StateBlockIF instance)
Fill a builder with attribute values from the provided
StateBlockIF instance. |
StateBlock.Builder |
StateBlock.Builder.putActions(Map.Entry<String,? extends StateAction> entry)
Put one entry to the
actions map. |
StateBlock.Builder |
StateBlock.Builder.putActions(String key,
StateAction value)
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. |
Copyright © 2020. All rights reserved.