public enum ClientTermsErrorReason extends Enum<ClientTermsErrorReason>
Java class for ClientTermsError.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ClientTermsError.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="INCOMPLETE_SIGNUP_CURRENT_ADWORDS_TNC_NOT_AGREED"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
INCOMPLETE_SIGNUP_CURRENT_ADWORDS_TNC_NOT_AGREED
Customer has not agreed to the latest AdWords Terms & Conditions
|
| Modifier and Type | Method and Description |
|---|---|
static ClientTermsErrorReason |
fromValue(String v) |
String |
value() |
static ClientTermsErrorReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientTermsErrorReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientTermsErrorReason INCOMPLETE_SIGNUP_CURRENT_ADWORDS_TNC_NOT_AGREED
public static ClientTermsErrorReason[] values()
for (ClientTermsErrorReason c : ClientTermsErrorReason.values()) System.out.println(c);
public static ClientTermsErrorReason 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 value()
public static ClientTermsErrorReason fromValue(String v)
Copyright © 2023. All rights reserved.