| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.views | |
| com.hubspot.slack.client.models.response.views.json |
| Modifier and Type | Method and Description |
|---|---|
StateBlock |
StateBlock.Builder.build()
Builds a new
StateBlock. |
static StateBlock |
StateBlock.copyOf(StateBlockIF instance)
Creates an immutable copy of a
StateBlockIF value. |
StateBlock |
HomeTabViewResponse.getStateValues() |
StateBlock |
ModalViewResponse.getStateValues() |
StateBlock |
ViewResponseBase.getStateValues() |
StateBlock |
StateBlock.withActions(Map<String,? extends StateAction> actions)
Copy the current immutable object by replacing the
actions map with the specified map. |
| Modifier and Type | Method and Description |
|---|---|
HomeTabViewResponse.Builder |
HomeTabViewResponse.Builder.setStateValues(StateBlock stateValues)
Initializes the value for the
stateValues attribute. |
ModalViewResponse.Builder |
ModalViewResponse.Builder.setStateValues(StateBlock stateValues)
Initializes the value for the
stateValues attribute. |
HomeTabViewResponse |
HomeTabViewResponse.withStateValues(StateBlock stateValues)
Copy the current immutable object by setting a value for the
stateValues attribute. |
ModalViewResponse |
ModalViewResponse.withStateValues(StateBlock stateValues)
Copy the current immutable object by setting a value for the
stateValues attribute. |
| Modifier and Type | Method and Description |
|---|---|
StateBlock |
StateBlockDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateBlockSerializer.serialize(StateBlock value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2020. All rights reserved.