public enum AdsUtility extends Enum<AdsUtility>
Enum Constant and Description |
---|
BATCH_JOB_HELPER
AdWords BatchJobService upload/download utility
|
PRODUCT_PARTITION_TREE
AdWords shopping utility for managing shopping product partition trees
|
REPORT_DOWNLOADER
AdWords ReportDownloader
|
REPORT_QUERY_BUILDER
AdWords ReportQueryBuilder
|
SELECTOR_BUILDER
AdWords SelectorBuilder
|
SELECTOR_FIELD
AdWords SelectorField enums
|
SERVICE_QUERY_BUILDER
AdWords ServiceQueryBuilder
|
Modifier and Type | Method and Description |
---|---|
String |
getUserAgentIdentifier()
Returns the String to use for this utility when generating the user agent of a request.
|
static AdsUtility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsUtility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdsUtility SELECTOR_BUILDER
public static final AdsUtility REPORT_DOWNLOADER
public static final AdsUtility SELECTOR_FIELD
public static final AdsUtility PRODUCT_PARTITION_TREE
public static final AdsUtility BATCH_JOB_HELPER
public static final AdsUtility REPORT_QUERY_BUILDER
public static final AdsUtility SERVICE_QUERY_BUILDER
public static AdsUtility[] values()
for (AdsUtility c : AdsUtility.values()) System.out.println(c);
public static AdsUtility valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getUserAgentIdentifier()
Copyright © 2018. All Rights Reserved.