Class FilterOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> aliases  
      protected java.util.List<java.lang.String> buckets  
      protected java.util.List<java.lang.String> files  
      protected boolean includeDeleted  
      protected java.lang.String range  
      protected java.util.List<java.lang.String> tags  
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • files

        protected java.util.List<java.lang.String> files
      • tags

        protected java.util.List<java.lang.String> tags
      • buckets

        protected java.util.List<java.lang.String> buckets
      • aliases

        protected java.util.List<java.lang.String> aliases
      • range

        protected java.lang.String range
      • includeDeleted

        protected boolean includeDeleted
    • Constructor Detail

      • FilterOptions

        public FilterOptions()