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