public class QueryRequestBodyV2026R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryRequestBodyV2026R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fields
Controls which additional fields are included in each result entry.
|
protected Integer |
limit
The maximum number of results to return.
|
protected String |
marker
An opaque token returned from a previous response, used to continue retrieval.
|
protected List<QueryOrderByV2026R0> |
orderBy
The sorting criteria for the result set.
|
protected QueryRequestBodyV2026R0QueryField |
query
The query definition, including the filtering predicate and its optional parameters and
ancestor restrictions.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
QueryRequestBodyV2026R0(QueryRequestBodyV2026R0.Builder builder) |
|
QueryRequestBodyV2026R0(QueryRequestBodyV2026R0QueryField query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getFields() |
Integer |
getLimit() |
String |
getMarker() |
List<QueryOrderByV2026R0> |
getOrderBy() |
QueryRequestBodyV2026R0QueryField |
getQuery() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final QueryRequestBodyV2026R0QueryField query
protected List<QueryOrderByV2026R0> orderBy
protected Integer limit
protected List<String> fields
public QueryRequestBodyV2026R0(QueryRequestBodyV2026R0QueryField query)
protected QueryRequestBodyV2026R0(QueryRequestBodyV2026R0.Builder builder)
public QueryRequestBodyV2026R0QueryField getQuery()
public List<QueryOrderByV2026R0> getOrderBy()