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