public static enum ListDatabaseInsightsRequest.SortBy extends Enum<ListDatabaseInsightsRequest.SortBy> implements BmcEnum
Database insight list sort options. If fields
parameter is selected, the sortBy
parameter must be one of the fields specified.
Enum Constant and Description |
---|
DatabaseDisplayName |
DatabaseName |
DatabaseType |
Modifier and Type | Method and Description |
---|---|
static ListDatabaseInsightsRequest.SortBy |
create(String key) |
String |
getValue() |
static ListDatabaseInsightsRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDatabaseInsightsRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDatabaseInsightsRequest.SortBy DatabaseName
public static final ListDatabaseInsightsRequest.SortBy DatabaseDisplayName
public static final ListDatabaseInsightsRequest.SortBy DatabaseType
public static ListDatabaseInsightsRequest.SortBy[] values()
for (ListDatabaseInsightsRequest.SortBy c : ListDatabaseInsightsRequest.SortBy.values()) System.out.println(c);
public static ListDatabaseInsightsRequest.SortBy 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 ListDatabaseInsightsRequest.SortBy create(String key)
Copyright © 2016–2024. All rights reserved.