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