| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events | |
| com.hubspot.slack.client.models.events.util |
| Modifier and Type | Method and Description |
|---|---|
static SlackMessageSubtype |
SlackMessageSubtype.get(String key) |
static SlackMessageSubtype |
SlackMessageSubtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlackMessageSubtype[] |
SlackMessageSubtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SlackMessageSubtype> |
SlackEventBotMessage.getSubtype() |
Optional<SlackMessageSubtype> |
SlackEventMessageDeleted.getSubtype() |
Optional<SlackMessageSubtype> |
SlackEventMessageIm.getSubtype() |
Optional<SlackMessageSubtype> |
SlackEventMessage.getSubtype() |
Optional<SlackMessageSubtype> |
SlackEventMessageChanged.getSubtype() |
Optional<SlackMessageSubtype> |
SlackEventMessageReplied.getSubtype() |
abstract Optional<SlackMessageSubtype> |
SlackEventMessageBase.getSubtype() |
| Modifier and Type | Method and Description |
|---|---|
SlackEventBotMessage.Builder |
SlackEventBotMessage.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageDeleted.Builder |
SlackEventMessageDeleted.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageIm.Builder |
SlackEventMessageIm.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessage.Builder |
SlackEventMessage.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageChanged.Builder |
SlackEventMessageChanged.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageReplied.Builder |
SlackEventMessageReplied.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackEventBotMessage |
SlackEventBotMessage.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessageDeleted |
SlackEventMessageDeleted.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessage |
SlackEventMessage.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessageReplied |
SlackEventMessageReplied.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackEventBotMessage.Builder |
SlackEventBotMessage.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageDeleted.Builder |
SlackEventMessageDeleted.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageIm.Builder |
SlackEventMessageIm.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessage.Builder |
SlackEventMessage.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageChanged.Builder |
SlackEventMessageChanged.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackEventMessageReplied.Builder |
SlackEventMessageReplied.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackEventBotMessage |
SlackEventBotMessage.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessageDeleted |
SlackEventMessageDeleted.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessage |
SlackEventMessage.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessageReplied |
SlackEventMessageReplied.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SlackMessageSubtype> |
SlackReplyMessage.getSubtype() |
| Modifier and Type | Method and Description |
|---|---|
SlackReplyMessage.Builder |
SlackReplyMessage.Builder.setSubtype(SlackMessageSubtype subtype)
Initializes the optional value
subtype to subtype. |
SlackReplyMessage |
SlackReplyMessage.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackReplyMessage.Builder |
SlackReplyMessage.Builder.setSubtype(Optional<SlackMessageSubtype> subtype)
Initializes the optional value
subtype to subtype. |
SlackReplyMessage |
SlackReplyMessage.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
Copyright © 2019. All rights reserved.