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