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