Interface CheckboxResult

All Superinterfaces:
PromptResult<CheckboxPrompt>
All Known Implementing Classes:
DefaultCheckboxResult

public interface CheckboxResult extends PromptResult<CheckboxPrompt>
Result of a checkbox choice. Contains a set with the IDs of the selected checkbox items.
  • Method Details

    • getSelectedIds

      Set<String> getSelectedIds()
      Get the IDs of the selected items.
      Returns:
      the IDs of the selected items