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