public enum ActionLinkHttpMethod extends Enum<ActionLinkHttpMethod>
| Enum Constant and Description |
|---|
HttpDelete
Enumeration : HttpDelete
|
HttpGet
Enumeration : HttpGet
|
HttpHead
Enumeration : HttpHead
|
HttpPatch
Enumeration : HttpPatch
|
HttpPost
Enumeration : HttpPost
|
HttpPut
Enumeration : HttpPut
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ActionLinkHttpMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionLinkHttpMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionLinkHttpMethod HttpDelete
public static final ActionLinkHttpMethod HttpHead
public static final ActionLinkHttpMethod HttpGet
public static final ActionLinkHttpMethod HttpPatch
public static final ActionLinkHttpMethod HttpPost
public static final ActionLinkHttpMethod HttpPut
public static ActionLinkHttpMethod[] values()
for (ActionLinkHttpMethod c : ActionLinkHttpMethod.values()) System.out.println(c);
public static ActionLinkHttpMethod 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<ActionLinkHttpMethod>Copyright © 2017. All Rights Reserved.