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