public class QueryRequestBodyV2026R0QueryField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryRequestBodyV2026R0QueryField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryAncestorReferenceV2026R0> |
ancestors
Restricts results to the specified ancestor entities and their recursive descendants.
|
protected Map<String,Object> |
params
A map of placeholder names (without the `:` prefix) to their values.
|
protected String |
predicate
A logical expression used to filter the dataset, similar to an SQL `WHERE` clause.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
QueryRequestBodyV2026R0QueryField(QueryRequestBodyV2026R0QueryField.Builder builder) |
|
QueryRequestBodyV2026R0QueryField(String predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<QueryAncestorReferenceV2026R0> |
getAncestors() |
Map<String,Object> |
getParams() |
String |
getPredicate() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String predicate
protected Map<String,Object> params
protected List<QueryAncestorReferenceV2026R0> ancestors
public QueryRequestBodyV2026R0QueryField(String predicate)
protected QueryRequestBodyV2026R0QueryField(QueryRequestBodyV2026R0QueryField.Builder builder)
public String getPredicate()
public List<QueryAncestorReferenceV2026R0> getAncestors()