Class SearchDropdownOption


  • public class SearchDropdownOption
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchDropdownOption​(@NotNull java.lang.String label, @NotNull java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchDropdownOption

        public SearchDropdownOption​(@NotNull
                                    @NotNull java.lang.String label,
                                    @NotNull
                                    @NotNull java.lang.String value)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • getValue

        public java.lang.String getValue()