public static enum ListFindingsRequest.Field extends Enum<ListFindingsRequest.Field> implements BmcEnum
Specifies a subset of fields to be returned in the response.
Enum Constant and Description |
---|
Category |
Details |
FindingKey |
IsRiskModified |
IsTopFinding |
Reference |
Remarks |
Severity |
Summary |
TargetId |
Title |
Modifier and Type | Method and 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.
|
public static final ListFindingsRequest.Field Severity
public static final ListFindingsRequest.Field FindingKey
public static final ListFindingsRequest.Field Reference
public static final ListFindingsRequest.Field TargetId
public static final ListFindingsRequest.Field IsTopFinding
public static final ListFindingsRequest.Field Title
public static final ListFindingsRequest.Field Category
public static final ListFindingsRequest.Field Remarks
public static final ListFindingsRequest.Field Details
public static final ListFindingsRequest.Field Summary
public static final ListFindingsRequest.Field IsRiskModified
public static ListFindingsRequest.Field[] values()
for (ListFindingsRequest.Field c : ListFindingsRequest.Field.values()) System.out.println(c);
public static ListFindingsRequest.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 static ListFindingsRequest.Field create(String key)
Copyright © 2016–2025. All rights reserved.