Class ExpandableChoiceResult

  • All Implemented Interfaces:
    PromptResultItemIF

    public class ExpandableChoiceResult
    extends java.lang.Object
    implements PromptResultItemIF
    Result of an expandable choice. ExpandableChoiceResult contains a String with the IDs of the selected item.
    • Constructor Detail

      • ExpandableChoiceResult

        public ExpandableChoiceResult​(java.lang.String selectedId)
        Default constructor.
        Parameters:
        selectedId - the selected id
    • Method Detail

      • getSelectedId

        public java.lang.String getSelectedId()
        Returns the selected id.
        Returns:
        selected id.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object