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