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