| Contact | Donate | Imprint |
| Country | TitleModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) IsoCode2 | STRING | Country | ||
| (2) IsoCode3 | STRING | Country | ||
| (3) Name | STRING | Country | ||
| (4) Region | STRING | Country | ||
| (5) Subregion | STRING | Country |
Example:
final Country country = (Country) invokeModule(TITLE_MODULE + "/country/" + id, Country.class);| Title | TitleModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) ExternalReference | STRING | Title | ||
| (2) ImdbId | STRING | Title | ||
| (3) IsOriginalProduction | BOOL | Title | ||
| (4) Name | STRING | Title | ||
| (5) OriginalLanguage | LONG | Title | Language | LanguageModule |
| (6) OriginalName | STRING | Title | ||
| (7) ProductionCountry | LONG | Title | Country | TitleModule |
| (8) ReleaseDate | DATE | Title | ||
| (9) RuntimeMinutes | LONG | Title | ||
| (10) Synopsis | STRING | Title | ||
| (11) Type | STRING | Title |
Example:
final Title title = (Title) invokeModule(TITLE_MODULE + "/title/" + id, Title.class);| TitleProductionCompany | TitleModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) ProductionCompany | LONG | TitleProductionCompany | ProductionCompany | ProductionCompanyModule |
| (2) Role | STRING | TitleProductionCompany | ||
| (3) Title | LONG | TitleProductionCompany | Title | TitleModule |
Example:
final TitleProductionCompany titleproductioncompany = (TitleProductionCompany) invokeModule(TITLE_MODULE + "/titleproductioncompany/" + id, TitleProductionCompany.class);| Contact | Donate | Imprint |