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