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