com.amadeus.EReputation Maven / Gradle / Ivy
package com.amadeus;
import com.amadeus.ereputation.HotelSentiments;
public class EReputation {
/**
*
* A namespaced client for the
* /v2/e-reputation/hotel-sentiments
endpoints.
*
*/
public HotelSentiments hotelSentiments;
public EReputation(Amadeus client) {
this.hotelSentiments = new HotelSentiments(client);
}
}