Package com.oracle.bmc.opsi.requests
Enum ListImportableAgentEntitiesRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListImportableAgentEntitiesRequest.SortBy>
-
- com.oracle.bmc.opsi.requests.ListImportableAgentEntitiesRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListImportableAgentEntitiesRequest.SortBy>
- Enclosing class:
- ListImportableAgentEntitiesRequest
public static enum ListImportableAgentEntitiesRequest.SortBy extends Enum<ListImportableAgentEntitiesRequest.SortBy> implements BmcEnum
Hosted entity list sort options.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EntityName
EntityType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListImportableAgentEntitiesRequest.SortBy
create(String key)
String
getValue()
static ListImportableAgentEntitiesRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListImportableAgentEntitiesRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EntityName
public static final ListImportableAgentEntitiesRequest.SortBy EntityName
-
EntityType
public static final ListImportableAgentEntitiesRequest.SortBy EntityType
-
-
Method Detail
-
values
public static ListImportableAgentEntitiesRequest.SortBy[] 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 (ListImportableAgentEntitiesRequest.SortBy c : ListImportableAgentEntitiesRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListImportableAgentEntitiesRequest.SortBy 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 ListImportableAgentEntitiesRequest.SortBy create(String key)
-
-