public static enum EntityView.Method extends Enum<EntityView.Method>
| Modifier and Type | Method and Description |
|---|---|
static EntityView.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityView.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityView.Method POST
public static final EntityView.Method GET
public static final EntityView.Method PUT
public static final EntityView.Method DELETE
public static final EntityView.Method HEAD
public static EntityView.Method[] values()
for (EntityView.Method c : EntityView.Method.values()) System.out.println(c);
public static EntityView.Method 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 © 2007–2020 Sakai Project. All rights reserved.