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