com.heroku.api
public static enum Heroku.RequestKey extends Enum<Heroku.RequestKey>
Enum Constant and Description |
---|
AddonName |
Addons |
AppName |
Attach |
Beta |
Collaborator |
Command |
Config |
ConfigVarName |
ConfigVars |
CreateAppName |
CreateDomain |
DeleteDomain |
LogNum |
Logplex |
LogSource |
LogTail |
MaintenanceMode |
Password |
ProcessName |
ProcessType |
Quantity |
Release |
Remote |
Requested |
Rollback |
SSHKey |
Stack |
Timeout |
TransferOwner |
Username |
Modifier and Type | Field and Description |
---|---|
String |
queryParameter |
Modifier and Type | Method and Description |
---|---|
static Heroku.RequestKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heroku.RequestKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Heroku.RequestKey Stack
public static final Heroku.RequestKey CreateAppName
public static final Heroku.RequestKey Remote
public static final Heroku.RequestKey Timeout
public static final Heroku.RequestKey Addons
public static final Heroku.RequestKey AddonName
public static final Heroku.RequestKey Attach
public static final Heroku.RequestKey Requested
public static final Heroku.RequestKey Beta
public static final Heroku.RequestKey AppName
public static final Heroku.RequestKey SSHKey
public static final Heroku.RequestKey Config
public static final Heroku.RequestKey Command
public static final Heroku.RequestKey Collaborator
public static final Heroku.RequestKey TransferOwner
public static final Heroku.RequestKey ConfigVars
public static final Heroku.RequestKey ConfigVarName
public static final Heroku.RequestKey ProcessType
public static final Heroku.RequestKey ProcessName
public static final Heroku.RequestKey Quantity
public static final Heroku.RequestKey Username
public static final Heroku.RequestKey Password
public static final Heroku.RequestKey Logplex
public static final Heroku.RequestKey LogNum
public static final Heroku.RequestKey LogSource
public static final Heroku.RequestKey LogTail
public static final Heroku.RequestKey Release
public static final Heroku.RequestKey Rollback
public static final Heroku.RequestKey CreateDomain
public static final Heroku.RequestKey DeleteDomain
public static final Heroku.RequestKey MaintenanceMode
public final String queryParameter
public static Heroku.RequestKey[] values()
for (Heroku.RequestKey c : Heroku.RequestKey.values()) System.out.println(c);
public static Heroku.RequestKey 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 nullCopyright © 2014. All Rights Reserved.