| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views | |
| com.hubspot.slack.client.models.response.views.json |
| Modifier and Type | Method and Description |
|---|---|
StateActionValue |
StateActionValue.Builder.build()
Builds a new
StateActionValue. |
static StateActionValue |
StateActionValue.copyOf(StateActionValueIF instance)
Creates an immutable copy of a
StateActionValueIF value. |
StateActionValue |
StateActionValue.withBlockElementType(String blockElementType)
Copy the current immutable object by setting a value for the
blockElementType attribute. |
StateActionValue |
StateActionValue.withBlockElementValue(Object value)
Copy the current immutable object by setting a present value for the optional
blockElementValue attribute. |
StateActionValue |
StateActionValue.withBlockElementValue(Optional<Object> optional)
Copy the current immutable object by setting an optional value for the
blockElementValue attribute. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StateActionValue> |
StateAction.getActionValues() |
Map<String,StateActionValue> |
StateActionIF.getActionValues() |
| Modifier and Type | Method and Description |
|---|---|
StateAction.Builder |
StateAction.Builder.putActionValues(String key,
StateActionValue value)
Put one entry to the
actionValues map. |
| Modifier and Type | Method and Description |
|---|---|
StateAction.Builder |
StateAction.Builder.putActionValues(Map.Entry<String,? extends StateActionValue> entry)
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. |
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 |
|---|---|
StateActionValue |
StateActionValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateActionValueSerializer.serialize(StateActionValue stateActionValue,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2020. All rights reserved.