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

com.amadeus.location.Analytics Maven / Gradle / Ivy

package com.amadeus.location;

import com.amadeus.Amadeus;
import com.amadeus.location.analytics.CategoryRatedAreas;

/**
 * 

* A namespaced client for the * /v1/location/analytics endpoints. *

*/ public class Analytics { /** *

* A namespaced client for the * /v1/location/analytics/category-rated-areas endpoints. *

*/ public CategoryRatedAreas categoryRatedAreas; /** * Constructor. * @hide */ public Analytics(Amadeus client) { this.categoryRatedAreas = new CategoryRatedAreas(client); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy