| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.Builder.build()
Builds a new
TopLevelMessageInteractionResponse. |
static TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.copyOf(TopLevelMessageInteractionResponseIF instance)
Creates an immutable copy of a
TopLevelMessageInteractionResponseIF value. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withDeleteOriginal(boolean deleteOriginal)
Copy the current immutable object by setting a value for the
deleteOriginal attribute. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withReplaceOriginal(boolean replaceOriginal)
Copy the current immutable object by setting a value for the
replaceOriginal attribute. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withResponseType(TopLevelMessageResponseType responseType)
Copy the current immutable object by setting a value for the
responseType attribute. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
text attribute. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withText(String value)
Copy the current immutable object by setting a present value for the optional
text attribute. |
Copyright © 2019. All rights reserved.