@Generated(value="OracleSDKGenerator", comments="API Version: 20230601") public enum TokenSortBy extends Enum<TokenSortBy> implements BmcEnum
The field used to sort the JavaDownloadToken.
Enum Constant and Description |
---|
DisplayName |
JavaVersion |
State |
TimeCreated |
TimeExpires |
Modifier and Type | Method and Description |
---|---|
static TokenSortBy |
create(String key) |
String |
getValue() |
static TokenSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenSortBy TimeCreated
public static final TokenSortBy TimeExpires
public static final TokenSortBy State
public static final TokenSortBy DisplayName
public static final TokenSortBy JavaVersion
public static TokenSortBy[] values()
for (TokenSortBy c : TokenSortBy.values()) System.out.println(c);
public static TokenSortBy 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 TokenSortBy create(String key)
Copyright © 2016–2024. All rights reserved.