Uses of Class
com.oracle.bmc.datacatalog.requests.ListTermsRequest.SortOrder
-
Packages that use ListTermsRequest.SortOrder Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListTermsRequest.SortOrder in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListTermsRequest.SortOrder Modifier and Type Method Description static ListTermsRequest.SortOrder
ListTermsRequest.SortOrder. create(String key)
ListTermsRequest.SortOrder
ListTermsRequest. getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.static ListTermsRequest.SortOrder
ListTermsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTermsRequest.SortOrder[]
ListTermsRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ListTermsRequest.SortOrder Modifier and Type Method Description ListTermsRequest.Builder
ListTermsRequest.Builder. sortOrder(ListTermsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
-