| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views |
| Modifier and Type | Method and Description |
|---|---|
static StateAction.Builder |
StateAction.builder()
Creates a builder for
StateAction. |
StateAction.Builder |
StateAction.Builder.from(StateActionIF instance)
Fill a builder with attribute values from the provided
StateActionIF instance. |
StateAction.Builder |
StateAction.Builder.putActionValues(Map.Entry<String,? extends StateActionValue> entry)
Put one entry to the
actionValues map. |
StateAction.Builder |
StateAction.Builder.putActionValues(String key,
StateActionValue value)
Put one entry to the
actionValues map. |
StateAction.Builder |
StateAction.Builder.putAllActionValues(Map<String,? extends StateActionValue> actionValues)
Put all mappings from the specified map as entries to
actionValues map. |
StateAction.Builder |
StateAction.Builder.setActionValues(Map<String,? extends StateActionValue> actionValues)
Sets or replaces all mappings from the specified map as entries for the
actionValues map. |
Copyright © 2020. All rights reserved.