protected static enum RestStorageService.HTTP_METHOD extends java.lang.Enum<RestStorageService.HTTP_METHOD>
Modifier and Type | Method and Description |
---|---|
static RestStorageService.HTTP_METHOD |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RestStorageService.HTTP_METHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestStorageService.HTTP_METHOD PUT
public static final RestStorageService.HTTP_METHOD POST
public static final RestStorageService.HTTP_METHOD HEAD
public static final RestStorageService.HTTP_METHOD GET
public static final RestStorageService.HTTP_METHOD DELETE
public static RestStorageService.HTTP_METHOD[] values()
for (RestStorageService.HTTP_METHOD c : RestStorageService.HTTP_METHOD.values()) System.out.println(c);
public static RestStorageService.HTTP_METHOD valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null