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