| Package | Description |
|---|---|
| com.google.api.ads.adwords.lib.utils |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceQueryInterface.BuilderInterface.ServiceWhereBuilderInterface<PageT,SortOrderT,BuilderT extends ServiceQueryInterface.BuilderInterface<PageT,SortOrderT>>
A builder for the WHERE clause of queries.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.fields(EntityField... fields)
Selects the provided fields for building as a query.
|
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.fields(Iterable<String> fields) |
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.fields(String... fields) |
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.limit(int startIndex,
int pageSize)
Specifies the LIMIT clause using the provided start index and page size.
|
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.orderBy(EntityField field)
Adds the provided field to the order-by list.
|
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.orderBy(EntityField field,
SortOrderT order)
Adds the provided field to the order-by list with the provided order direction.
|
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.orderBy(String field)
Adds the provided field to the order-by list.
|
ServiceQueryInterface.BuilderInterface<PageT,SortOrderT> |
ServiceQueryInterface.BuilderInterface.orderBy(String field,
SortOrderT order)
Adds the provided field to the order-by list with the provided order direction.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceQueryInterface.BuilderInterface.ServiceWhereBuilderInterface<PageT,SortOrderT,? extends ServiceQueryInterface.BuilderInterface<PageT,SortOrderT>> |
ServiceQueryInterface.BuilderInterface.where(EntityField field)
Set the condition of this query as the WHERE clause.
|
ServiceQueryInterface.BuilderInterface.ServiceWhereBuilderInterface<PageT,SortOrderT,? extends ServiceQueryInterface.BuilderInterface<PageT,SortOrderT>> |
ServiceQueryInterface.BuilderInterface.where(String field) |
Copyright © 2019. All rights reserved.