Uses of Class
com.oracle.bmc.core.requests.ListInstanceDevicesRequest.SortOrder
-
Packages that use ListInstanceDevicesRequest.SortOrder Package Description com.oracle.bmc.core.requests -
-
Uses of ListInstanceDevicesRequest.SortOrder in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListInstanceDevicesRequest.SortOrder Modifier and Type Method Description static ListInstanceDevicesRequest.SortOrderListInstanceDevicesRequest.SortOrder. create(String key)ListInstanceDevicesRequest.SortOrderListInstanceDevicesRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListInstanceDevicesRequest.SortOrderListInstanceDevicesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListInstanceDevicesRequest.SortOrder[]ListInstanceDevicesRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListInstanceDevicesRequest.BuilderListInstanceDevicesRequest.Builder. sortOrder(ListInstanceDevicesRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-