public static enum OfflineCredentials.Api extends Enum<OfflineCredentials.Api>
Modifier and Type | Method and Description |
---|---|
String |
getPropKeyPrefix()
Gets the property key prefix.
|
static OfflineCredentials.Api |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfflineCredentials.Api[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfflineCredentials.Api ADWORDS
public static final OfflineCredentials.Api DFP
public static OfflineCredentials.Api[] values()
for (OfflineCredentials.Api c : OfflineCredentials.Api.values()) System.out.println(c);
public static OfflineCredentials.Api 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 getPropKeyPrefix()
Copyright © 2017. All Rights Reserved.