| Modifier and Type | Method and Description |
|---|---|
SelectorBuilder |
SelectorBuilder.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilder |
SelectorBuilder.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilder |
SelectorBuilder.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilder |
SelectorBuilder.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilder |
SelectorBuilder.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorBuilder |
SelectorBuilder.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilder |
SelectorBuilder.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilder |
SelectorBuilder.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilder |
SelectorBuilder.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilder |
SelectorBuilder.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorBuilder |
SelectorBuilder.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilder |
SelectorBuilder.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilder |
SelectorBuilder.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilder |
SelectorBuilder.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilder |
SelectorBuilder.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorBuilder |
SelectorBuilder.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilder |
SelectorBuilder.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilder |
SelectorBuilder.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilder |
SelectorBuilder.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilder |
SelectorBuilder.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorBuilder |
SelectorBuilder.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilder |
SelectorBuilder.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilder |
SelectorBuilder.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilder |
SelectorBuilder.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilder |
SelectorBuilder.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
| Modifier and Type | Method and Description |
|---|---|
SelectorBuilder |
SelectorBuilder.contains(EntityField field,
String propertyValue)
Adds the predicate contains to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAll(EntityField field,
String... values)
Adds the predicate contains all to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsAny(EntityField field,
String... values)
Adds the predicate contains any to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate contains ignore case to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.containsNone(EntityField field,
String... values)
Adds the predicate contains none to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContain(EntityField field,
String propertyValue)
Adds the predicate does not contain to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.doesNotContainIgnoreCase(EntityField field,
String propertyValue)
Adds the predicate does not contain ignore case to the selector for the given field and
value.
|
SelectorBuilder |
SelectorBuilder.equals(EntityField field,
String propertyValue)
Adds the predicate equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.fields(EntityField... fields)
Chooses the set of fields that will be selected via the API.
|
SelectorBuilder |
SelectorBuilder.greaterThan(EntityField field,
long propertyValue)
Adds the predicate greater than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.greaterThanEquals(EntityField field,
long propertyValue)
Adds the predicate greater than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.in(EntityField field,
String... values)
Adds the predicate in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.lessThan(EntityField field,
long propertyValue)
Adds the predicate less than to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.lessThanEquals(EntityField field,
long propertyValue)
Adds the predicate less than equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notEquals(EntityField field,
String propertyValue)
Adds the predicate not equals to the selector for the given field and value.
|
SelectorBuilder |
SelectorBuilder.notIn(EntityField field,
String... values)
Adds the predicate not in to the selector for the given field and set of values.
|
SelectorBuilder |
SelectorBuilder.orderAscBy(EntityField field)
Adds the order by the given field, on ASCENDING sort.
|
SelectorBuilder |
SelectorBuilder.orderDescBy(EntityField field)
Adds the order by the given field, on DESCENDING sort.
|
SelectorBuilder |
SelectorBuilder.removeOrderBy(EntityField field)
Removes the order that is associated with the given field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountLabelField
A
Enum to facilitate the selection of fields for AccountLabel. |
class |
AdCustomizerFeedField
A
Enum to facilitate the selection of fields for AdCustomizerFeed. |
class |
AdGroupAdField
A
Enum to facilitate the selection of fields for AdGroupAd. |
class |
AdGroupBidModifierField
A
Enum to facilitate the selection of fields for AdGroupBidModifier. |
class |
AdGroupCriterionField
A
Enum to facilitate the selection of fields for AdGroupCriterion. |
class |
AdGroupExtensionSettingField
A
Enum to facilitate the selection of fields for AdGroupExtensionSetting. |
class |
AdGroupFeedField
A
Enum to facilitate the selection of fields for AdGroupFeed. |
class |
AdGroupField
A
Enum to facilitate the selection of fields for AdGroup. |
class |
AdParamField
A
Enum to facilitate the selection of fields for AdParam. |
class |
AdwordsUserListField
A
Enum to facilitate the selection of fields for AdwordsUserList. |
class |
BatchJobField
A
Enum to facilitate the selection of fields for BatchJob. |
class |
BiddingStrategyField
A
Enum to facilitate the selection of fields for BiddingStrategy. |
class |
BudgetField
A
Enum to facilitate the selection of fields for Budget. |
class |
BudgetOrderField
A
Enum to facilitate the selection of fields for BudgetOrder. |
class |
BudgetSuggestionField
A
Enum to facilitate the selection of fields for BudgetSuggestion. |
class |
CampaignCriterionField
A
Enum to facilitate the selection of fields for CampaignCriterion. |
class |
CampaignExtensionSettingField
A
Enum to facilitate the selection of fields for CampaignExtensionSetting. |
class |
CampaignFeedField
A
Enum to facilitate the selection of fields for CampaignFeed. |
class |
CampaignField
A
Enum to facilitate the selection of fields for Campaign. |
class |
CampaignSharedSetField
A
Enum to facilitate the selection of fields for CampaignSharedSet. |
class |
ConstantDataField
A
Enum to facilitate the selection of fields for ConstantData. |
class |
ConversionTrackerField
A
Enum to facilitate the selection of fields for ConversionTracker. |
class |
CustomerExtensionSettingField
A
Enum to facilitate the selection of fields for CustomerExtensionSetting. |
class |
CustomerFeedField
A
Enum to facilitate the selection of fields for CustomerFeed. |
class |
DataField
A
Enum to facilitate the selection of fields for Data. |
class |
ExperimentField
A
Enum to facilitate the selection of fields for Experiment. |
class |
ExpressBusinessField
A
Enum to facilitate the selection of fields for ExpressBusiness. |
class |
FeedField
A
Enum to facilitate the selection of fields for Feed. |
class |
FeedItemField
A
Enum to facilitate the selection of fields for FeedItem. |
class |
FeedMappingField
A
Enum to facilitate the selection of fields for FeedMapping. |
class |
LabelField
A
Enum to facilitate the selection of fields for Label. |
class |
LocationCriterionField
A
Enum to facilitate the selection of fields for LocationCriterion. |
class |
ManagedCustomerField
A
Enum to facilitate the selection of fields for ManagedCustomer. |
class |
MediaField
A
Enum to facilitate the selection of fields for Media. |
class |
MutateJobField
A
Enum to facilitate the selection of fields for MutateJob. |
class |
OfflineConversionFeedField
A
Enum to facilitate the selection of fields for OfflineConversionFeed. |
class |
ProductServiceField
A
Enum to facilitate the selection of fields for ProductService. |
class |
PromotionField
A
Enum to facilitate the selection of fields for Promotion. |
class |
SharedCriterionField
A
Enum to facilitate the selection of fields for SharedCriterion. |
class |
SharedSetField
A
Enum to facilitate the selection of fields for SharedSet. |
class |
TargetingIdeaField
A
Enum to facilitate the selection of fields for TargetingIdea. |
class |
TrafficEstimatorField
A
Enum to facilitate the selection of fields for TrafficEstimator. |
Copyright © 2016. All Rights Reserved.