public static enum ListPluggableDatabasesRequest.SortBy extends Enum<ListPluggableDatabasesRequest.SortBy>
The field to sort by. You can provide one sort order (sortOrder
). Default order for TIMECREATED is descending. Default order for PDBNAME is ascending. The PDBNAME sort order is case sensitive.
Enum Constant and Description |
---|
Pdbname |
Timecreated |
Modifier and Type | Method and Description |
---|---|
static ListPluggableDatabasesRequest.SortBy |
create(String key) |
String |
getValue() |
static ListPluggableDatabasesRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListPluggableDatabasesRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListPluggableDatabasesRequest.SortBy Pdbname
public static final ListPluggableDatabasesRequest.SortBy Timecreated
public static ListPluggableDatabasesRequest.SortBy[] values()
for (ListPluggableDatabasesRequest.SortBy c : ListPluggableDatabasesRequest.SortBy.values()) System.out.println(c);
public static ListPluggableDatabasesRequest.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 String getValue()
public static ListPluggableDatabasesRequest.SortBy create(String key)
Copyright © 2016–2022. All rights reserved.