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