Interface SearchOptions.IsPublic

  • Enclosing class:
    SearchOptions

    public static interface SearchOptions.IsPublic
    Determines if public resources should be included in result set or not. Possible values are false (default), true or any. If false, do not search public resources; if true, search only public resources; If any, search also public resources.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ANY
      any.
      static java.lang.String X_FALSE
      false.
      static java.lang.String X_TRUE
      true.