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 SummaryEnum Constants Enum Constant Description EntityNameEntityType
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListImportableAgentEntitiesRequest.SortBycreate(String key)StringgetValue()static ListImportableAgentEntitiesRequest.SortByvalueOf(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- 
EntityNamepublic static final ListImportableAgentEntitiesRequest.SortBy EntityName 
 - 
EntityTypepublic static final ListImportableAgentEntitiesRequest.SortBy EntityType 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListImportableAgentEntitiesRequest.SortBy create(String key) 
 
- 
 
-