public abstract class AbstractFieldQuery extends Object implements Query
Query testing the existence of a field.Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description |
|---|---|
protected String |
_fieldPath
The field path.
|
| Constructor and Description |
|---|
AbstractFieldQuery(String fieldPath)
Build a standard field query.
|
protected String _fieldPath
public AbstractFieldQuery(String fieldPath)
fieldPath - the field's path.public String getFieldPath()