Uses of Class
com.oracle.bmc.opsi.requests.ListImportableAgentEntitiesRequest.SortBy
-
Packages that use ListImportableAgentEntitiesRequest.SortBy Package Description com.oracle.bmc.opsi.requests -
-
Uses of ListImportableAgentEntitiesRequest.SortBy in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListImportableAgentEntitiesRequest.SortBy Modifier and Type Method Description static ListImportableAgentEntitiesRequest.SortBy
ListImportableAgentEntitiesRequest.SortBy. create(String key)
ListImportableAgentEntitiesRequest.SortBy
ListImportableAgentEntitiesRequest. getSortBy()
Hosted entity list sort options.static ListImportableAgentEntitiesRequest.SortBy
ListImportableAgentEntitiesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListImportableAgentEntitiesRequest.SortBy[]
ListImportableAgentEntitiesRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests with parameters of type ListImportableAgentEntitiesRequest.SortBy Modifier and Type Method Description ListImportableAgentEntitiesRequest.Builder
ListImportableAgentEntitiesRequest.Builder. sortBy(ListImportableAgentEntitiesRequest.SortBy sortBy)
Hosted entity list sort options.
-