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