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