public enum ConfigurableYAMLProperty extends java.lang.Enum<ConfigurableYAMLProperty>
| Enum Constant and Description |
|---|
BODY |
DESCRIPTION |
FILE |
HEADERS |
HTTPLIFECYCLE |
LATENCY |
METHOD |
POST |
QUERY |
REQUEST |
RESPONSE |
STATUS |
URL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isA(java.lang.String stubbedProperty) |
static boolean |
isUnknownProperty(java.lang.String stubbedProperty) |
static java.util.Optional<ConfigurableYAMLProperty> |
ofNullableProperty(java.lang.String stubbedProperty) |
java.lang.String |
toString() |
static ConfigurableYAMLProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurableYAMLProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurableYAMLProperty BODY
public static final ConfigurableYAMLProperty FILE
public static final ConfigurableYAMLProperty HEADERS
public static final ConfigurableYAMLProperty HTTPLIFECYCLE
public static final ConfigurableYAMLProperty LATENCY
public static final ConfigurableYAMLProperty METHOD
public static final ConfigurableYAMLProperty POST
public static final ConfigurableYAMLProperty QUERY
public static final ConfigurableYAMLProperty REQUEST
public static final ConfigurableYAMLProperty RESPONSE
public static final ConfigurableYAMLProperty STATUS
public static final ConfigurableYAMLProperty URL
public static final ConfigurableYAMLProperty DESCRIPTION
public static ConfigurableYAMLProperty[] values()
for (ConfigurableYAMLProperty c : ConfigurableYAMLProperty.values()) System.out.println(c);
public static ConfigurableYAMLProperty 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 static boolean isUnknownProperty(java.lang.String stubbedProperty)
public static java.util.Optional<ConfigurableYAMLProperty> ofNullableProperty(java.lang.String stubbedProperty)
public boolean isA(java.lang.String stubbedProperty)
public java.lang.String toString()
toString in class java.lang.Enum<ConfigurableYAMLProperty>