Package com.oracle.bmc.datasafe.requests
Enum ListFindingsRequest.Field
- java.lang.Object
-
- java.lang.Enum<ListFindingsRequest.Field>
-
- com.oracle.bmc.datasafe.requests.ListFindingsRequest.Field
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListFindingsRequest.Field>
- Enclosing class:
- ListFindingsRequest
public static enum ListFindingsRequest.Field extends Enum<ListFindingsRequest.Field> implements BmcEnum
Specifies a subset of fields to be returned in the response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Category
Details
FindingKey
IsRiskModified
IsTopFinding
Reference
Remarks
Severity
Summary
TargetId
Title
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFindingsRequest.Field
create(String key)
String
getValue()
static ListFindingsRequest.Field
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListFindingsRequest.Field[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Severity
public static final ListFindingsRequest.Field Severity
-
FindingKey
public static final ListFindingsRequest.Field FindingKey
-
Reference
public static final ListFindingsRequest.Field Reference
-
TargetId
public static final ListFindingsRequest.Field TargetId
-
IsTopFinding
public static final ListFindingsRequest.Field IsTopFinding
-
Title
public static final ListFindingsRequest.Field Title
-
Category
public static final ListFindingsRequest.Field Category
-
Remarks
public static final ListFindingsRequest.Field Remarks
-
Details
public static final ListFindingsRequest.Field Details
-
Summary
public static final ListFindingsRequest.Field Summary
-
IsRiskModified
public static final ListFindingsRequest.Field IsRiskModified
-
-
Method Detail
-
values
public static ListFindingsRequest.Field[] 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 (ListFindingsRequest.Field c : ListFindingsRequest.Field.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListFindingsRequest.Field 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 nameNullPointerException
- if the argument is null
-
create
public static ListFindingsRequest.Field create(String key)
-
-