Uses of Class
com.oracle.bmc.core.requests.ListVolumesRequest.SortBy
-
Packages that use ListVolumesRequest.SortBy Package Description com.oracle.bmc.core.requests -
-
Uses of ListVolumesRequest.SortBy in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListVolumesRequest.SortBy Modifier and Type Method Description static ListVolumesRequest.SortBy
ListVolumesRequest.SortBy. create(String key)
ListVolumesRequest.SortBy
ListVolumesRequest. getSortBy()
The field to sort by.static ListVolumesRequest.SortBy
ListVolumesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListVolumesRequest.SortBy[]
ListVolumesRequest.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 ListVolumesRequest.SortBy Modifier and Type Method Description ListVolumesRequest.Builder
ListVolumesRequest.Builder. sortBy(ListVolumesRequest.SortBy sortBy)
The field to sort by.
-