Uses of Class
io.fabric8.mockwebserver.crud.AttributeType
-
Packages that use AttributeType Package Description io.fabric8.mockwebserver.crud -
-
Uses of AttributeType in io.fabric8.mockwebserver.crud
Methods in io.fabric8.mockwebserver.crud that return AttributeType Modifier and Type Method Description AttributeTypeAttribute. getType()static AttributeTypeAttributeType. 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.Constructors in io.fabric8.mockwebserver.crud with parameters of type AttributeType Constructor Description Attribute(Key key, Value value, AttributeType type)Attribute(Key key, List<Value> values, AttributeType type)Attribute(String key, String value, AttributeType type)Attribute(String key, List<String> values, AttributeType type)
-