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