public enum ContrastRequest extends Enum<ContrastRequest>
| Enum Constant and Description |
|---|
APP_DATA |
APP_LIST |
APP_TRACES |
COVERAGE |
QUEUE_STATUS |
TRACE_DETAIL |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
getMethod() |
String |
getUrl() |
boolean |
isParm() |
static ContrastRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContrastRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContrastRequest APP_LIST
public static final ContrastRequest APP_TRACES
public static final ContrastRequest TRACE_DETAIL
public static final ContrastRequest APP_DATA
public static final ContrastRequest COVERAGE
public static final ContrastRequest QUEUE_STATUS
public static ContrastRequest[] values()
for (ContrastRequest c : ContrastRequest.values()) System.out.println(c);
public static ContrastRequest 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 HttpMethod getMethod()
public String getUrl()
public boolean isParm()
Copyright © 2016 Contrast Security. All rights reserved.