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