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