| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static ContainerType |
ContainerType.get(String key) |
ContainerType |
ViewContainer.getType() |
ContainerType |
MessageContainer.getType() |
ContainerType |
Container.getType() |
static ContainerType |
ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerType[] |
ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ViewContainer.Builder |
ViewContainer.Builder.setType(ContainerType type)
Initializes the value for the
type attribute. |
MessageContainer.Builder |
MessageContainer.Builder.setType(ContainerType type)
Initializes the value for the
type attribute. |
ViewContainer |
ViewContainer.withType(ContainerType type)
Copy the current immutable object by setting a value for the
type attribute. |
MessageContainer |
MessageContainer.withType(ContainerType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020. All rights reserved.