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