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