public class PointOfInterestRequest extends Object
HttpMethod POST.| Constructor and Description |
|---|
PointOfInterestRequest(javax.ws.rs.client.Client client,
TravelOptions travelOptions)
Use a custom client implementation with specified options and method
|
PointOfInterestRequest(TravelOptions travelOptions)
Use default client implementation with specified options and method
Default client uses
ClientBuilder. |
public PointOfInterestRequest(TravelOptions travelOptions)
ClientBuilder.travelOptions - Options to be usedpublic PointOfInterestRequest(javax.ws.rs.client.Client client,
TravelOptions travelOptions)
client - Client implementation to be usedtravelOptions - Options to be usedpublic PointOfInterestResponse get() throws Route360ClientException
Route360ClientException - In case of error other than Gateway TimeoutCopyright © 2017. All rights reserved.