com.contrastsecurity.sdk.http
Enum ContrastRequest
java.lang.Object
java.lang.Enum<ContrastRequest>
com.contrastsecurity.sdk.http.ContrastRequest
- All Implemented Interfaces:
- Serializable, Comparable<ContrastRequest>
public enum ContrastRequest
- extends Enum<ContrastRequest>
APP_LIST
public static final ContrastRequest APP_LIST
APP_TRACES
public static final ContrastRequest APP_TRACES
TRACE_DETAIL
public static final ContrastRequest TRACE_DETAIL
APP_DATA
public static final ContrastRequest APP_DATA
COVERAGE
public static final ContrastRequest COVERAGE
QUEUE_STATUS
public static final ContrastRequest QUEUE_STATUS
values
public static ContrastRequest[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ContrastRequest c : ContrastRequest.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ContrastRequest valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getMethod
public HttpMethod getMethod()
getUrl
public String getUrl()
isParm
public boolean isParm()
Copyright © 2014. All Rights Reserved.