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