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