Package com.oracle.bmc.datasafe.requests
Enum ListFindingsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListFindingsRequest.SortBy>
-
- com.oracle.bmc.datasafe.requests.ListFindingsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListFindingsRequest.SortBy>
- Enclosing class:
- ListFindingsRequest
public static enum ListFindingsRequest.SortBy extends Enum<ListFindingsRequest.SortBy> implements BmcEnum
The field to sort by.You can specify only one sort order(sortOrder). The default order for category is alphabetical.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CategoryFindingKeySeverity
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFindingsRequest.SortBycreate(String key)StringgetValue()static ListFindingsRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static ListFindingsRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Category
public static final ListFindingsRequest.SortBy Category
-
FindingKey
public static final ListFindingsRequest.SortBy FindingKey
-
Severity
public static final ListFindingsRequest.SortBy Severity
-
-
Method Detail
-
values
public static ListFindingsRequest.SortBy[] 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.SortBy c : ListFindingsRequest.SortBy.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.SortBy 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.SortBy create(String key)
-
-