GenericAttachment.Builder |
GenericAttachment.Builder.attachmentLinkUrl(String attachmentLinkUrl) |
The URL of an attachment to the response card.
|
static GenericAttachment.Builder |
GenericAttachment.builder() |
|
GenericAttachment.Builder |
GenericAttachment.Builder.buttons(Collection<Button> buttons) |
The list of options to show to the user.
|
GenericAttachment.Builder |
GenericAttachment.Builder.buttons(Consumer<Button.Builder>... buttons) |
The list of options to show to the user.
|
GenericAttachment.Builder |
GenericAttachment.Builder.buttons(Button... buttons) |
The list of options to show to the user.
|
GenericAttachment.Builder |
GenericAttachment.Builder.imageUrl(String imageUrl) |
The URL of an image that is displayed to the user.
|
GenericAttachment.Builder |
GenericAttachment.Builder.subTitle(String subTitle) |
The subtitle shown below the title.
|
GenericAttachment.Builder |
GenericAttachment.Builder.title(String title) |
The title of the option.
|
GenericAttachment.Builder |
GenericAttachment.toBuilder() |
|