Button |
ButtonBuilder.build() |
Creates a Button instance with the given values.
|
static Button |
Button.create(String customId,
ButtonStyle style,
String label) |
Create a new button with the given properties.
|
static Button |
Button.create(String customId,
ButtonStyle style,
String label,
String unicodeEmoji) |
Create a new button with the given properties.
|
static Button |
Button.create(String customId,
ButtonStyle style,
String label,
Emoji emoji) |
Create a new button with the given properties.
|
static Button |
Button.create(String customId,
ButtonStyle style,
Emoji emoji) |
Create a new button with the given properties.
|
static Button |
Button.danger(String customId,
String label) |
Create a new button with the red danger style and the given properties.
|
static Button |
Button.danger(String customId,
String label,
String unicodeEmoji) |
Create a new button with the red danger style and the given properties.
|
static Button |
Button.danger(String customId,
String label,
Emoji emoji) |
Create a new button with the red danger style and the given properties.
|
static Button |
Button.danger(String customId,
Emoji emoji) |
Create a new button with the red danger style and the given emoji.
|
static Button |
Button.link(String url,
String label) |
Create a new button for a link button.
|
static Button |
Button.link(String url,
String label,
String unicodeEmoji) |
Create a new button for a link button.
|
static Button |
Button.link(String url,
String label,
Emoji emoji) |
Create a new button for a link button.
|
static Button |
Button.link(String url,
Emoji emoji) |
Create a new button for a link button.
|
static Button |
Button.primary(String customId,
String label) |
Create a new button with the blurple primary style and the given properties.
|
static Button |
Button.primary(String customId,
String label,
String unicodeEmoji) |
Create a new button with the blurple primary style and the given properties.
|
static Button |
Button.primary(String customId,
String label,
Emoji emoji) |
Create a new button with the blurple primary style and the given properties.
|
static Button |
Button.primary(String customId,
Emoji emoji) |
Create a new button with the blurple primary style and the given emoji.
|
static Button |
Button.secondary(String customId,
String label) |
Create a new button with the grey secondary style and the given properties.
|
static Button |
Button.secondary(String customId,
String label,
String unicodeEmoji) |
Create a new button with the grey secondary style and the given properties.
|
static Button |
Button.secondary(String customId,
String label,
Emoji emoji) |
Create a new button with the grey secondary style and the given properties.
|
static Button |
Button.secondary(String customId,
Emoji emoji) |
Create a new button with the grey secondary style and the given emoji.
|
static Button |
Button.success(String customId,
String label) |
Create a new button with the green success style and the given properties.
|
static Button |
Button.success(String customId,
String label,
String unicodeEmoji) |
Create a new button with the green success style and the given properties.
|
static Button |
Button.success(String customId,
String label,
Emoji emoji) |
Create a new button with the green success style and the given properties.
|
static Button |
Button.success(String customId,
Emoji emoji) |
Create a new button with the green success style and the given emoji.
|