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