Class FilterItemsByProperty.Settings

  • All Implemented Interfaces:
    io.annot8.api.settings.Settings
    Enclosing class:
    FilterItemsByProperty

    public static class FilterItemsByProperty.Settings
    extends Object
    implements io.annot8.api.settings.Settings
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • validate

        public boolean validate()
        Specified by:
        validate in interface io.annot8.api.settings.Settings
      • getKey

        @Description("The property key to match against")
        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        @Description("The property value to match against")
        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • isDiscardMatching

        @Description("If true, then matching items are discarded. Otherwise, non-matching items are discarded.")
        public boolean isDiscardMatching()
      • setDiscardMatching

        public void setDiscardMatching​(boolean discardMatching)