| Package | Description |
|---|---|
| io.fabric8.mockwebserver.crud |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
Attribute.getType() |
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Attribute(Key key,
List<Value> values,
AttributeType type) |
Attribute(Key key,
Value value,
AttributeType type) |
Attribute(String key,
List<String> values,
AttributeType type) |
Attribute(String key,
String value,
AttributeType type) |
Copyright © 2015–2024 Red Hat. All rights reserved.