public enum PivotViewClientType extends Enum<PivotViewClientType>
Java class for PivotViewClientType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PivotViewClientType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AllProjectScans"/>
<enumeration value="LastMonthProjectScans"/>
<enumeration value="ProjectsLastScan"/>
<enumeration value="LastWeekOWASPTop10"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ALL_PROJECT_SCANS |
LAST_MONTH_PROJECT_SCANS |
LAST_WEEK_OWASP_TOP_10 |
PROJECTS_LAST_SCAN |
| Modifier and Type | Method and Description |
|---|---|
static PivotViewClientType |
fromValue(String v) |
String |
value() |
static PivotViewClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotViewClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotViewClientType ALL_PROJECT_SCANS
public static final PivotViewClientType LAST_MONTH_PROJECT_SCANS
public static final PivotViewClientType PROJECTS_LAST_SCAN
public static final PivotViewClientType LAST_WEEK_OWASP_TOP_10
public static PivotViewClientType[] values()
for (PivotViewClientType c : PivotViewClientType.values()) System.out.println(c);
public static PivotViewClientType 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 value()
public static PivotViewClientType fromValue(String v)
Copyright © 2020. All rights reserved.