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.SortByListListenersRequest.SortBy. create(String key)ListListenersRequest.SortByListListenersRequest. getSortBy()The field to sort by.static ListListenersRequest.SortByListListenersRequest.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.BuilderListListenersRequest.Builder. sortBy(ListListenersRequest.SortBy sortBy)The field to sort by.
-