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

com.amadeus.dutyOfCare.Diseases Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package com.amadeus.dutyOfCare;

import com.amadeus.Amadeus;
import com.amadeus.dutyOfCare.diseases.Covid19AreaReport;

/**
 * 

* A namespaced client for the * /v1/duty-of-care/diseases endpoints. *

*/ public class Diseases { /** *

* A namespaced client for the * /v1/duty-of-care/diseases/covid19-area-report endpoints. *

*/ public Covid19AreaReport covid19AreaReport; /** * Constructor. * @hide */ public Diseases(Amadeus client) { this.covid19AreaReport = new Covid19AreaReport(client); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy