Uses of Class
com.oracle.bmc.core.requests.ListVlansRequest.SortOrder
-
Packages that use ListVlansRequest.SortOrder Package Description com.oracle.bmc.core.requests -
-
Uses of ListVlansRequest.SortOrder in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListVlansRequest.SortOrder Modifier and Type Method Description static ListVlansRequest.SortOrder
ListVlansRequest.SortOrder. create(String key)
ListVlansRequest.SortOrder
ListVlansRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListVlansRequest.SortOrder
ListVlansRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListVlansRequest.SortOrder[]
ListVlansRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListVlansRequest.Builder
ListVlansRequest.Builder. sortOrder(ListVlansRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-