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