public static enum EndpointMethodParameter.EndpointMethodParameterType extends java.lang.Enum<EndpointMethodParameter.EndpointMethodParameterType>
| Enum Constant and Description |
|---|
BODY |
ENDPOINT_CALLBACK |
HEADER |
PATH |
QUERY_STRING |
| Modifier and Type | Method and Description |
|---|---|
static EndpointMethodParameter.EndpointMethodParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndpointMethodParameter.EndpointMethodParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointMethodParameter.EndpointMethodParameterType PATH
public static final EndpointMethodParameter.EndpointMethodParameterType HEADER
public static final EndpointMethodParameter.EndpointMethodParameterType BODY
public static final EndpointMethodParameter.EndpointMethodParameterType QUERY_STRING
public static final EndpointMethodParameter.EndpointMethodParameterType ENDPOINT_CALLBACK
public static EndpointMethodParameter.EndpointMethodParameterType[] values()
for (EndpointMethodParameter.EndpointMethodParameterType c : EndpointMethodParameter.EndpointMethodParameterType.values()) System.out.println(c);
public static EndpointMethodParameter.EndpointMethodParameterType 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 nullCopyright © 2016. All Rights Reserved.