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