public static enum Heroku.ResponseKey extends Enum<Heroku.ResponseKey>
Enum Constant and Description |
---|
CreatedAt |
CreateStatus |
DomainName |
Dynos |
GitUrl |
Id |
Name |
RepoMigrateStatus |
RepoSize |
RequestedStack |
SlugSize |
Stack |
WebUrl |
Workers |
Modifier and Type | Method and Description |
---|---|
static Heroku.ResponseKey |
fromString(String keyName) |
String |
toString() |
static Heroku.ResponseKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heroku.ResponseKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Heroku.ResponseKey Name
public static final Heroku.ResponseKey DomainName
public static final Heroku.ResponseKey CreateStatus
public static final Heroku.ResponseKey Stack
public static final Heroku.ResponseKey SlugSize
public static final Heroku.ResponseKey RequestedStack
public static final Heroku.ResponseKey CreatedAt
public static final Heroku.ResponseKey WebUrl
public static final Heroku.ResponseKey RepoMigrateStatus
public static final Heroku.ResponseKey Id
public static final Heroku.ResponseKey GitUrl
public static final Heroku.ResponseKey RepoSize
public static final Heroku.ResponseKey Dynos
public static final Heroku.ResponseKey Workers
public final String value
public static Heroku.ResponseKey[] values()
for (Heroku.ResponseKey c : Heroku.ResponseKey.values()) System.out.println(c);
public static Heroku.ResponseKey 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 toString()
toString
in class Enum<Heroku.ResponseKey>
public static Heroku.ResponseKey fromString(String keyName)
Copyright © 2017. All rights reserved.