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