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