Constructor and Description |
---|
Builder(ServiceQueryInterface.BuilderInterface<com.google.api.ads.adwords.axis.v201710.cm.Page,com.google.api.ads.adwords.axis.v201710.cm.SortOrder> builderInterface)
Constructs a new service query builder by copying all properties from the passed service
query builder.
|
Constructor and Description |
---|
Builder(ServiceQueryInterface.BuilderInterface<com.google.api.ads.adwords.axis.v201802.cm.Page,com.google.api.ads.adwords.axis.v201802.cm.SortOrder> builderInterface)
Constructs a new service query builder by copying all properties from the passed service
query builder.
|
Modifier and Type | Class and Description |
---|---|
static class |
ServiceQuery.Builder
Builds a
ServiceQuery object. |
class |
ServiceQueryBuilderImpl
Builds a
ServiceQuery object. |
Constructor and Description |
---|
Builder(ServiceQueryInterface.BuilderInterface<com.google.api.ads.adwords.jaxws.v201710.cm.Page,com.google.api.ads.adwords.jaxws.v201710.cm.SortOrder> builderInterface)
Constructs a new service query builder by copying all properties from the passed service
query builder.
|
Constructor and Description |
---|
Builder(ServiceQueryInterface.BuilderInterface<com.google.api.ads.adwords.jaxws.v201802.cm.Page,com.google.api.ads.adwords.jaxws.v201802.cm.SortOrder> builderInterface)
Constructs a new service query builder by copying all properties from the passed service
query builder.
|
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 © 2018. All Rights Reserved.