All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amadeus.EReputation Maven / Gradle / Ivy

package com.amadeus;

import com.amadeus.ereputation.HotelSentiments;

public class EReputation {
  private Amadeus client;

  /**
   * 

* A namespaced client for the * /v2/e-reputation/hotel-sentiments endpoints. *

*/ public HotelSentiments hotelSentiments; public EReputation(Amadeus client) { this.client = client; this.hotelSentiments = new HotelSentiments(client); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy