com.heroku.api
Enum Heroku.RequestKey
java.lang.Object
java.lang.Enum<Heroku.RequestKey>
com.heroku.api.Heroku.RequestKey
- All Implemented Interfaces:
- Serializable, Comparable<Heroku.RequestKey>
- Enclosing class:
- Heroku
public static enum Heroku.RequestKey
- extends Enum<Heroku.RequestKey>
Stack
public static final Heroku.RequestKey Stack
CreateAppName
public static final Heroku.RequestKey CreateAppName
Remote
public static final Heroku.RequestKey Remote
Timeout
public static final Heroku.RequestKey Timeout
Addons
public static final Heroku.RequestKey Addons
AddonName
public static final Heroku.RequestKey AddonName
Attach
public static final Heroku.RequestKey Attach
Requested
public static final Heroku.RequestKey Requested
Beta
public static final Heroku.RequestKey Beta
AppName
public static final Heroku.RequestKey AppName
SSHKey
public static final Heroku.RequestKey SSHKey
Config
public static final Heroku.RequestKey Config
Command
public static final Heroku.RequestKey Command
Collaborator
public static final Heroku.RequestKey Collaborator
TransferOwner
public static final Heroku.RequestKey TransferOwner
ConfigVars
public static final Heroku.RequestKey ConfigVars
ConfigVarName
public static final Heroku.RequestKey ConfigVarName
ProcessType
public static final Heroku.RequestKey ProcessType
ProcessName
public static final Heroku.RequestKey ProcessName
Quantity
public static final Heroku.RequestKey Quantity
Username
public static final Heroku.RequestKey Username
Password
public static final Heroku.RequestKey Password
Logplex
public static final Heroku.RequestKey Logplex
LogNum
public static final Heroku.RequestKey LogNum
LogSource
public static final Heroku.RequestKey LogSource
LogTail
public static final Heroku.RequestKey LogTail
Release
public static final Heroku.RequestKey Release
Rollback
public static final Heroku.RequestKey Rollback
queryParameter
public final String queryParameter
values
public static Heroku.RequestKey[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Heroku.RequestKey c : Heroku.RequestKey.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Heroku.RequestKey valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.