Class DialogOptionGroup

    • Constructor Detail

      • DialogOptionGroup

        public DialogOptionGroup()
    • Method Detail

      • getLabel

        public String getLabel()
        Label displayed to user. Required. 75 characters maximum.
      • getOptions

        public List<DialogOption> getOptions()
        Provide up to 100 option element attributes.
      • setLabel

        public void setLabel​(String label)
        Label displayed to user. Required. 75 characters maximum.
      • setOptions

        public void setOptions​(List<DialogOption> options)
        Provide up to 100 option element attributes.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object