public enum ActionLinkHttpMethod extends java.lang.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 java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ActionLinkHttpMethod |
valueOf(java.lang.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 java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static ActionLinkHttpMethod[] values()
for (ActionLinkHttpMethod c : ActionLinkHttpMethod.values()) System.out.println(c);
public static ActionLinkHttpMethod 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<ActionLinkHttpMethod>Copyright © 2020. All Rights Reserved.