protected static enum RestStorageService.HTTP_METHOD extends Enum<RestStorageService.HTTP_METHOD>
Modifier and Type | Method and Description |
---|---|
static RestStorageService.HTTP_METHOD |
valueOf(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(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 © 2006–2018. All rights reserved.