Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListSoftwarePackagesRequest.SortBy
-
Packages that use ListSoftwarePackagesRequest.SortBy Package Description com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListSoftwarePackagesRequest.SortBy in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListSoftwarePackagesRequest.SortBy Modifier and Type Method Description static ListSoftwarePackagesRequest.SortByListSoftwarePackagesRequest.SortBy. create(String key)ListSoftwarePackagesRequest.SortByListSoftwarePackagesRequest. getSortBy()The field to sort by.static ListSoftwarePackagesRequest.SortByListSoftwarePackagesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListSoftwarePackagesRequest.SortBy[]ListSoftwarePackagesRequest.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 ListSoftwarePackagesRequest.SortBy Modifier and Type Method Description ListSoftwarePackagesRequest.BuilderListSoftwarePackagesRequest.Builder. sortBy(ListSoftwarePackagesRequest.SortBy sortBy)The field to sort by.
-