Interface Select.SelectOption

All Known Implementing Classes:
SelectImpl.SelectOptionImpl
Enclosing interface:
Select

public static interface Select.SelectOption
  • Method Details

    • label

      @Nonnull String label()
    • value

      @Nonnull String value()
    • description

      @Nullable String description()
    • emoji

      @Nullable Emoji emoji()
    • isDefault

      boolean isDefault()
    • toJson

      default com.grack.nanojson.JsonObject toJson()