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