Package | Description |
---|---|
com.google.api.ads.adwords.axis.utils | |
com.google.api.ads.adwords.lib.utils |
Modifier and Type | Method and Description |
---|---|
List<OperationT> |
ProductPartitionTreeInterface.getMutateOperations()
Returns the
AdGroupCriterionOperation s that will apply the changes made to this tree. |
Modifier and Type | Method and Description |
---|---|
ServiceQueryInterface<PageT> |
ServiceQueryInterface.BuilderInterface.build() |
SelectorT |
SelectorBuilderInterface.build()
Builds a new Selector.
|
ReportQueryInterface |
ReportQueryInterface.BuilderInterface.build() |
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.
|
ResponseT |
BatchJobHelperInterface.downloadBatchJobMutateResponse(String downloadUrl)
Downloads and returns the results from the attempted operations for a completed batch job.
|
RawReportDownloadResponse |
AdHocReportDownloadHelperInterface.downloadReport(ReportRequest reportRequest)
Downloads a report and returns a ReportDownloadResponse with the results.
|
ReportDownloadResponse |
AdHocReportDownloadHelperInterface.downloadReport(ReportRequest reportRequest,
DetailedReportDownloadResponseException.Builder exceptionBuilder)
Convenience method that is equivalent to
handleResponse(downloadReport(reportRequest), exceptionBuilder) |
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(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.
|
ReportDownloadResponse |
AdHocReportDownloadHelperInterface.handleResponse(RawReportDownloadResponse rawResponse,
DetailedReportDownloadResponseException.Builder exceptionBuilder)
Handles a raw report response and translates it into a ReportDownloadResponse.
|
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.
|
String |
ServiceQueryInterface.toString() |
BatchJobUploadResponse |
BatchJobHelperInterface.uploadBatchJobOperations(Iterable<OperationT> operations,
String uploadUrl)
Uploads the specified operations to the batch job.
|
BatchJobUploadResponse |
BatchJobHelperInterface.uploadIncrementalBatchJobOperations(Iterable<? extends OperationT> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus)
Uploads the specified operations to the batch job.
|
Copyright © 2018. All Rights Reserved.