Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListAvailableSoftwarePackagesRequest.SortBy
-
Packages that use ListAvailableSoftwarePackagesRequest.SortBy Package Description com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListAvailableSoftwarePackagesRequest.SortBy in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListAvailableSoftwarePackagesRequest.SortBy Modifier and Type Method Description static ListAvailableSoftwarePackagesRequest.SortByListAvailableSoftwarePackagesRequest.SortBy. create(String key)ListAvailableSoftwarePackagesRequest.SortByListAvailableSoftwarePackagesRequest. getSortBy()The field to sort by.static ListAvailableSoftwarePackagesRequest.SortByListAvailableSoftwarePackagesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAvailableSoftwarePackagesRequest.SortBy[]ListAvailableSoftwarePackagesRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListAvailableSoftwarePackagesRequest.SortBy Modifier and Type Method Description ListAvailableSoftwarePackagesRequest.BuilderListAvailableSoftwarePackagesRequest.Builder. sortBy(ListAvailableSoftwarePackagesRequest.SortBy sortBy)The field to sort by.
-