public static enum EnableHypermediaSupport.HypermediaType extends Enum<EnableHypermediaSupport.HypermediaType>
| Enum Constant and Description |
|---|
HAL
HAL - Hypermedia Application Language.
|
| Modifier and Type | Method and Description |
|---|---|
static EnableHypermediaSupport.HypermediaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnableHypermediaSupport.HypermediaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnableHypermediaSupport.HypermediaType HAL
http://stateless.co/hal_specification.html,
http://tools.ietf.org/html/draft-kelly-json-hal-05public static EnableHypermediaSupport.HypermediaType[] values()
for (EnableHypermediaSupport.HypermediaType c : EnableHypermediaSupport.HypermediaType.values()) System.out.println(c);
public static EnableHypermediaSupport.HypermediaType 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 © 2012-2015–2015 Pivotal, Inc.. All rights reserved.