Package com.oracle.bmc.opsi.requests
Enum ListAddmDbsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListAddmDbsRequest.SortBy>
-
- com.oracle.bmc.opsi.requests.ListAddmDbsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListAddmDbsRequest.SortBy>
- Enclosing class:
- ListAddmDbsRequest
public static enum ListAddmDbsRequest.SortBy extends Enum<ListAddmDbsRequest.SortBy> implements BmcEnum
Field name for sorting ADDM database data
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DatabaseNameNumberOfFindings
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAddmDbsRequest.SortBycreate(String key)StringgetValue()static ListAddmDbsRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static ListAddmDbsRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DatabaseName
public static final ListAddmDbsRequest.SortBy DatabaseName
-
NumberOfFindings
public static final ListAddmDbsRequest.SortBy NumberOfFindings
-
-
Method Detail
-
values
public static ListAddmDbsRequest.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 (ListAddmDbsRequest.SortBy c : ListAddmDbsRequest.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 ListAddmDbsRequest.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 ListAddmDbsRequest.SortBy create(String key)
-
-