Interface SelectMenuInteraction

    • Method Detail

      • getChosenOptions

        java.util.List<SelectMenuOption> getChosenOptions()
        Get the options the user was chosen.
        Returns:
        The options.
      • getPossibleOptions

        java.util.List<SelectMenuOption> getPossibleOptions()
        Get all options from the select menu.
        Returns:
        All options.
      • getPlaceholder

        java.util.Optional<java.lang.String> getPlaceholder()
        Get the placeholder of the select menu.
        Returns:
        The placeholder.
      • getMinimumValues

        int getMinimumValues()
        Gets the minimum amount of options which must be selected.
        Returns:
        The min values.
      • getMaximumValues

        int getMaximumValues()
        Gets the maximum amount of options which can be selected.
        Returns:
        The max values.