Uses of Class
com.oracle.bmc.datacatalog.requests.ListTagsRequest.SortBy
-
Packages that use ListTagsRequest.SortBy Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListTagsRequest.SortBy in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListTagsRequest.SortBy Modifier and Type Method Description static ListTagsRequest.SortBy
ListTagsRequest.SortBy. create(String key)
ListTagsRequest.SortBy
ListTagsRequest. getSortBy()
The field to sort by.static ListTagsRequest.SortBy
ListTagsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListTagsRequest.SortBy[]
ListTagsRequest.SortBy. 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 ListTagsRequest.SortBy Modifier and Type Method Description ListTagsRequest.Builder
ListTagsRequest.Builder. sortBy(ListTagsRequest.SortBy sortBy)
The field to sort by.
-