Class Completion

    • Constructor Detail

      • Completion

        public Completion​(@NotNull
                          String value,
                          @NotNull
                          String label,
                          @NotNull
                          String meta)
      • Completion

        public Completion​(@NotNull
                          String value,
                          @NotNull
                          String label,
                          @NotNull
                          String meta,
                          boolean selectable)
    • Method Detail

      • getValue

        @NotNull
        public String getValue()
      • getLabel

        @NotNull
        public String getLabel()
      • getMeta

        @NotNull
        public String getMeta()
      • isSelectable

        public boolean isSelectable()