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