public static class GObjectFilter.ClientImports extends Object
public static final GObjectFilter.WhereOperator where = new GObjectFilter.WhereOperator();
Modifier and Type | Field and Description |
---|---|
static GObjectFilter.Operator |
where
This object represents the "where" operator that is used to begin
a filter expression.
|
Constructor and Description |
---|
ClientImports() |
Modifier and Type | Method and Description |
---|---|
static GObjectFilter |
not(GObjectFilter otherFilter)
The "not" operator for negating an existing filter, when the not
operation is at the very beginning of the expression.
|
public static final GObjectFilter.Operator where
public static GObjectFilter not(GObjectFilter otherFilter)
not(where.visibilityIs(true).or.filledIs(true))
.otherFilter
- The filter to negate