Uses of Class
com.oracle.bmc.osmanagementhub.model.SearchSoftwareSourceModulesDetails.SortOrder
-
Packages that use SearchSoftwareSourceModulesDetails.SortOrder Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of SearchSoftwareSourceModulesDetails.SortOrder in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return SearchSoftwareSourceModulesDetails.SortOrder Modifier and Type Method Description static SearchSoftwareSourceModulesDetails.SortOrderSearchSoftwareSourceModulesDetails.SortOrder. create(String key)SearchSoftwareSourceModulesDetails.SortOrderSearchSoftwareSourceModulesDetails. getSortOrder()The sort order.static SearchSoftwareSourceModulesDetails.SortOrderSearchSoftwareSourceModulesDetails.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchSoftwareSourceModulesDetails.SortOrder[]SearchSoftwareSourceModulesDetails.SortOrder. 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.SortOrder Modifier and Type Method Description SearchSoftwareSourceModulesDetails.BuilderSearchSoftwareSourceModulesDetails.Builder. sortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder)The sort order.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type SearchSoftwareSourceModulesDetails.SortOrder Constructor Description SearchSoftwareSourceModulesDetails(List<String> softwareSourceIds, SearchSoftwareSourceModulesDetails.SortOrder sortOrder, String name, String nameContains, SearchSoftwareSourceModulesDetails.SortBy sortBy)Deprecated.
-