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