Uses of Class
com.oracle.bmc.database.requests.ListDatabaseSoftwareImagesRequest.SortBy
-
Packages that use ListDatabaseSoftwareImagesRequest.SortBy Package Description com.oracle.bmc.database.requests -
-
Uses of ListDatabaseSoftwareImagesRequest.SortBy in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListDatabaseSoftwareImagesRequest.SortBy Modifier and Type Method Description static ListDatabaseSoftwareImagesRequest.SortByListDatabaseSoftwareImagesRequest.SortBy. create(String key)ListDatabaseSoftwareImagesRequest.SortByListDatabaseSoftwareImagesRequest. getSortBy()The field to sort by.static ListDatabaseSoftwareImagesRequest.SortByListDatabaseSoftwareImagesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDatabaseSoftwareImagesRequest.SortBy[]ListDatabaseSoftwareImagesRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.requests with parameters of type ListDatabaseSoftwareImagesRequest.SortBy Modifier and Type Method Description ListDatabaseSoftwareImagesRequest.BuilderListDatabaseSoftwareImagesRequest.Builder. sortBy(ListDatabaseSoftwareImagesRequest.SortBy sortBy)The field to sort by.
-