Package com.oracle.bmc.datasafe.requests
Enum ListColumnsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListColumnsRequest.SortBy>
-
- com.oracle.bmc.datasafe.requests.ListColumnsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListColumnsRequest.SortBy>
- Enclosing class:
- ListColumnsRequest
public static enum ListColumnsRequest.SortBy extends Enum<ListColumnsRequest.SortBy> implements BmcEnum
The field used for sorting.Only one sorting order (sortOrder) can be specified.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ColumnnameDatatypeSchemanameTablename
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListColumnsRequest.SortBycreate(String key)StringgetValue()static ListColumnsRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static ListColumnsRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Schemaname
public static final ListColumnsRequest.SortBy Schemaname
-
Tablename
public static final ListColumnsRequest.SortBy Tablename
-
Columnname
public static final ListColumnsRequest.SortBy Columnname
-
Datatype
public static final ListColumnsRequest.SortBy Datatype
-
-
Method Detail
-
values
public static ListColumnsRequest.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 (ListColumnsRequest.SortBy c : ListColumnsRequest.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 ListColumnsRequest.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 ListColumnsRequest.SortBy create(String key)
-
-