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.SortByListOnPremiseVantagePointsRequest.SortBy. create(String key)ListOnPremiseVantagePointsRequest.SortByListOnPremiseVantagePointsRequest. getSortBy()The field to sort by.static ListOnPremiseVantagePointsRequest.SortByListOnPremiseVantagePointsRequest.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.BuilderListOnPremiseVantagePointsRequest.Builder. sortBy(ListOnPremiseVantagePointsRequest.SortBy sortBy)The field to sort by. 
 -