Uses of Class
com.oracle.bmc.osmanagementhub.model.SearchSoftwareSourceModulesDetails.SortBy
-
Packages that use SearchSoftwareSourceModulesDetails.SortBy Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SearchSoftwareSourceModulesDetails.SortBy in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SearchSoftwareSourceModulesDetails.SortBy Modifier and Type Method Description static SearchSoftwareSourceModulesDetails.SortBy
SearchSoftwareSourceModulesDetails.SortBy. create(String key)
SearchSoftwareSourceModulesDetails.SortBy
SearchSoftwareSourceModulesDetails. getSortBy()
The field to sort by.static SearchSoftwareSourceModulesDetails.SortBy
SearchSoftwareSourceModulesDetails.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchSoftwareSourceModulesDetails.SortBy[]
SearchSoftwareSourceModulesDetails.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type SearchSoftwareSourceModulesDetails.SortBy Modifier and Type Method Description SearchSoftwareSourceModulesDetails.Builder
SearchSoftwareSourceModulesDetails.Builder. sortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy)
The field to sort by.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SearchSoftwareSourceModulesDetails.SortBy Constructor Description SearchSoftwareSourceModulesDetails(List<String> softwareSourceIds, SearchSoftwareSourceModulesDetails.SortOrder sortOrder, String name, String nameContains, SearchSoftwareSourceModulesDetails.SortBy sortBy)
Deprecated.
-