Package | Description |
---|---|
com.google.api.ads.adwords.jaxws.utils.v201710 | |
com.google.api.ads.adwords.lib.utils |
Modifier and Type | Class and Description |
---|---|
class |
SelectorBuilder
A builder for
Selector objects. |
Modifier and Type | Method and Description |
---|---|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.contains(String field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsAll(String field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsAny(String field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsIgnoreCase(String field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.containsNone(String field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.doesNotContain(String field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.doesNotContainIgnoreCase(String field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.equals(String field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.equalsId(Long id)
Adds the predicate equals to the selector for the entity Id and the given id value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.fields(String... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.forDateRange(org.joda.time.DateTime start,
org.joda.time.DateTime end)
Restricts the Selector by the date range.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.greaterThan(String field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.greaterThanEquals(String field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.in(String field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.increaseOffsetBy(int additionalOffset)
Adds the given amount to the current offset.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.lessThan(String field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.lessThanEquals(String field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.limit(int limit)
Sets the limit amount of results that will be brought back.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.notEquals(String field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.notIn(String field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.offset(int offset)
Sets the offset for the start point of the query.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.orderAscBy(String field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.orderDescBy(String field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.removeLimitAndOffset()
Removes the offset and limit information from the selector.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
SelectorBuilderInterface<SelectorT> |
SelectorBuilderInterface.removeOrderBy(String field)
Removes the order that is associated with the given field.
|
Copyright © 2018. All Rights Reserved.