protected static enum ResourceRegistryClientImpl.HTTPMETHOD extends Enum<ResourceRegistryClientImpl.HTTPMETHOD>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ResourceRegistryClientImpl.HTTPMETHOD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRegistryClientImpl.HTTPMETHOD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceRegistryClientImpl.HTTPMETHOD GET
public static final ResourceRegistryClientImpl.HTTPMETHOD POST
public static final ResourceRegistryClientImpl.HTTPMETHOD PUT
public static final ResourceRegistryClientImpl.HTTPMETHOD DELETE
public static ResourceRegistryClientImpl.HTTPMETHOD[] values()
for (ResourceRegistryClientImpl.HTTPMETHOD c : ResourceRegistryClientImpl.HTTPMETHOD.values()) System.out.println(c);
public static ResourceRegistryClientImpl.HTTPMETHOD 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<ResourceRegistryClientImpl.HTTPMETHOD>Copyright © 2016. All Rights Reserved.