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