Uses of Class
com.google.appengine.api.datastore.Query.CompositeFilterOperator
-
Packages that use Query.CompositeFilterOperator Package Description com.google.appengine.api.datastore -
-
Uses of Query.CompositeFilterOperator in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return Query.CompositeFilterOperator Modifier and Type Method Description Query.CompositeFilterOperatorQuery.CompositeFilter. getOperator()Returns the operator.static Query.CompositeFilterOperatorQuery.CompositeFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.CompositeFilterOperator[]Query.CompositeFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.appengine.api.datastore with parameters of type Query.CompositeFilterOperator Constructor Description CompositeFilter(Query.CompositeFilterOperator operator, Collection<Query.Filter> subFilters)
-