public enum SystemParameter extends java.lang.Enum<SystemParameter>
| Enum Constant and Description |
|---|
ACCESS_TOKEN |
ALT |
BEARER_TOKEN |
CALLBACK |
FIELDS |
KEY |
OAUTH_TOKEN |
PASSWD |
PASSWORD |
PP |
PRETTY_PRINT |
QUOTA_USER |
UPLOAD_PROTOCOL |
UPLOAD_TYPE |
XGAFV |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Iterable<SystemParameter> |
allSystemParameters()
Returns all system parameters.
|
java.lang.String |
defaultValue()
The default value of this system parameter.
|
java.lang.String |
description()
The description of this system parameter.
|
java.lang.Iterable<java.lang.String> |
enumDescriptions()
Iterates through enum descriptions of this system parameter.
|
java.lang.Iterable<java.lang.String> |
enumValues()
Iterates through enum values of this system parameter.
|
boolean |
hasEnums()
Returns true if this system parameter has enums.
|
static boolean |
isSystemParameter(java.lang.String name)
Returns true if the parameter is a system parameter.
|
java.lang.String |
location()
The location of this system parameter.
|
java.lang.String |
paramName()
The name of this system parameter.
|
java.lang.String |
type()
The type of this system parameter.
|
static SystemParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemParameter ACCESS_TOKEN
public static final SystemParameter ALT
public static final SystemParameter BEARER_TOKEN
public static final SystemParameter CALLBACK
public static final SystemParameter FIELDS
public static final SystemParameter KEY
public static final SystemParameter OAUTH_TOKEN
public static final SystemParameter PASSWD
public static final SystemParameter PASSWORD
public static final SystemParameter PP
public static final SystemParameter PRETTY_PRINT
public static final SystemParameter QUOTA_USER
public static final SystemParameter UPLOAD_PROTOCOL
public static final SystemParameter UPLOAD_TYPE
public static final SystemParameter XGAFV
public static SystemParameter[] values()
for (SystemParameter c : SystemParameter.values()) System.out.println(c);
public static SystemParameter valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String paramName()
public java.lang.String type()
public java.lang.String description()
public java.lang.String defaultValue()
public java.lang.String location()
public boolean hasEnums()
public java.lang.Iterable<java.lang.String> enumValues()
enumDescriptions().public java.lang.Iterable<java.lang.String> enumDescriptions()
enumValues().public static boolean isSystemParameter(java.lang.String name)
public static java.lang.Iterable<SystemParameter> allSystemParameters()