Package com.oracle.bmc.jms.model
Enum LibrarySortBy
- java.lang.Object
-
- java.lang.Enum<LibrarySortBy>
-
- com.oracle.bmc.jms.model.LibrarySortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<LibrarySortBy>
@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum LibrarySortBy extends Enum<LibrarySortBy> implements BmcEnum
The field to sort libraries.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ApplicationCount
CvssScore
DeployedApplicationCount
JavaServerInstanceCount
LibraryName
LibraryVersion
ManagedInstanceCount
TimeFirstSeen
TimeLastSeen
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
ApplicationCount
public static final LibrarySortBy ApplicationCount
-
JavaServerInstanceCount
public static final LibrarySortBy JavaServerInstanceCount
-
CvssScore
public static final LibrarySortBy CvssScore
-
DeployedApplicationCount
public static final LibrarySortBy DeployedApplicationCount
-
LibraryName
public static final LibrarySortBy LibraryName
-
LibraryVersion
public static final LibrarySortBy LibraryVersion
-
ManagedInstanceCount
public static final LibrarySortBy ManagedInstanceCount
-
TimeFirstSeen
public static final LibrarySortBy TimeFirstSeen
-
TimeLastSeen
public static final LibrarySortBy TimeLastSeen
-
-
Method Detail
-
values
public static LibrarySortBy[] 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 (LibrarySortBy c : LibrarySortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LibrarySortBy 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 LibrarySortBy create(String key)
-
-