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