Overview

Summary

ContactDonateImprint


Appendix E-3: COUNTRY (UI prompt)


CountryCountryModuleAirbnb

Properties (3)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGCountry
(2) NameSTRINGCountry
(3) RegionSTRINGCountry


Module Interfaces (17)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /advocacygroup/country/{id}findAllAdvocacyGroupOfCountry(id)AdvocacyGroupModuleGETCountry AdvocacyGroup
(2) /office/country/{id}findAllOfficeOfCountry(id)AdvocacyGroupModuleGETCountry Office
(3) /company/country/{id}findAllCompanyOfCountry(id)CompanyModuleGETCountry Company
(4) /country/{id}updateCountryById(country)CountryModulePUTCountry
(5) /acquisition/country/{id}findAllAcquisitionOfCountry(id)CountryModuleGETCountry Acquisition
(6) /countryfindAllCountry()CountryModuleGETCountry
(7) /dataprocessingpartner/country/{id}findAllDataProcessingPartnerOfCountry(id)CountryModuleGETCountry DataProcessingPartner
(8) /countryinsertCountry(country)CountryModulePOSTCountry
(9) /country/{id}findCountryById(id)CountryModuleGETCountry
(10) /country/{id}deleteCountryById(id)CountryModuleDELETECountry
(11) /investor/country/{id}findAllInvestorOfCountry(id)FundingRoundModuleGETCountry Investor
(12) /jurisdiction/country/{id}findAllJurisdictionOfCountry(id)JurisdictionModuleGETCountry Jurisdiction
(13) /listing/country/{id}findAllListingOfCountry(id)ListingModuleGETCountry Listing
(14) /city/country/{id}findAllCityOfCountry(id)ListingModuleGETCountry City
(15) /homesharingclub/country/{id}findAllHomeSharingClubOfCountry(id)ListingModuleGETCountry HomeSharingClub
(16) /market/country/{id}findAllMarketOfCountry(id)MarketModuleGETCountry Market
(17) /platformuser/country/{id}findAllPlatformUserOfCountry(id)PlatformUserModuleGETCountry PlatformUser





Example:

final Country country = (Country) invokeModule(COUNTRY_MODULE + "/country/" + id, Country.class);
if (country != null) {
}
return country;


Overview

Summary

ContactDonateImprint