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