com.heroku.api
Enum Heroku.RequestKey

java.lang.Object
  extended by java.lang.Enum<Heroku.RequestKey>
      extended by com.heroku.api.Heroku.RequestKey
All Implemented Interfaces:
Serializable, Comparable<Heroku.RequestKey>
Enclosing class:
Heroku

public static enum Heroku.RequestKey
extends Enum<Heroku.RequestKey>


Enum Constant Summary
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
           
 
Field Summary
 String queryParameter
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

CreateDomain

public static final Heroku.RequestKey CreateDomain

DeleteDomain

public static final Heroku.RequestKey DeleteDomain

MaintenanceMode

public static final Heroku.RequestKey MaintenanceMode
Field Detail

queryParameter

public final String queryParameter
Method Detail

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.