public static enum MatchDifference.Field extends Enum<MatchDifference.Field>
| Enum Constant and Description | 
|---|
BODY  | 
COOKIES  | 
HEADERS  | 
KEEP_ALIVE  | 
METHOD  | 
OPENAPI  | 
OPERATION  | 
PATH  | 
PATH_PARAMETERS  | 
QUERY_PARAMETERS  | 
SSL_MATCHES  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
static MatchDifference.Field | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MatchDifference.Field[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MatchDifference.Field METHOD
public static final MatchDifference.Field PATH
public static final MatchDifference.Field PATH_PARAMETERS
public static final MatchDifference.Field QUERY_PARAMETERS
public static final MatchDifference.Field COOKIES
public static final MatchDifference.Field HEADERS
public static final MatchDifference.Field BODY
public static final MatchDifference.Field SSL_MATCHES
public static final MatchDifference.Field KEEP_ALIVE
public static final MatchDifference.Field OPERATION
public static final MatchDifference.Field OPENAPI
public static MatchDifference.Field[] values()
for (MatchDifference.Field c : MatchDifference.Field.values()) System.out.println(c);
public static MatchDifference.Field 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 nullpublic String getName()
Copyright © 2020. All rights reserved.