| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) ContentAvailability | ContentAvailability | ContentTitleModule | Netflix |
| (2) ContentAward | ContentAward | ContentTitleModule | Netflix |
| (3) ContentDealTitle | ContentDealTitle | PersonModule | Netflix |
| (4) ContentDistribution | ContentDistribution | DeviceModule | Netflix |
| (5) ContentGenre | ContentGenre | ContentTitleModule | Netflix |
| (6) ContentPersonCredit | ContentPersonCredit | PersonModule | Netflix |
| (7) ContentTitle | ContentTitle | ContentTitleModule | Netflix |
| (8) ContentType | ContentType | ContentTypeModule | Netflix |
| (9) Country | Country | CountryModule | Netflix |
| (10) Episode | Episode | SeasonModule | Netflix |
| (11) Genre | Genre | ContentTitleModule | Netflix |
| (12) PlaybackSession | PlaybackSession | DeviceModule | Netflix |
| (13) ProductionCompany | ProductionCompany | CountryModule | Netflix |
| (14) RecommendationEvent | RecommendationEvent | UserProfileModule | Netflix |
| (15) Season | Season | SeasonModule | Netflix |
| (16) ServiceSupply | ServiceSupply | Module | Netflix |
| ContentAvailability | ContentTitleModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) ContentTitle | LONG | ContentAvailability | ContentTitle | ContentTitleModule |
| (2) Country | LONG | ContentAvailability | Country | CountryModule |
| (3) EndDate | DATE | ContentAvailability | ||
| (4) Notes | STRING | ContentAvailability | ||
| (5) ServiceSupply | LONG | ContentAvailability | ServiceSupply | Module |
| (6) StartDate | DATE | ContentAvailability |
Example:
final ContentAvailability contentavailability = (ContentAvailability) invokeModule(CONTENT_TITLE_MODULE + "/contentavailability/" + id, ContentAvailability.class);| ContentAward | ContentTitleModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) AwardName | STRING | ContentAward | ||
| (2) Category | STRING | ContentAward | ||
| (3) ContentTitle | LONG | ContentAward | ContentTitle | ContentTitleModule |
| (4) Result | STRING | ContentAward | ||
| (5) Year | LONG | ContentAward |
Example:
final ContentAward contentaward = (ContentAward) invokeModule(CONTENT_TITLE_MODULE + "/contentaward/" + id, ContentAward.class);| ContentGenre | ContentTitleModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) ContentTitle | LONG | ContentGenre | ContentTitle | ContentTitleModule |
| (2) Genre | LONG | ContentGenre | Genre | ContentTitleModule |
Example:
final ContentGenre contentgenre = (ContentGenre) invokeModule(CONTENT_TITLE_MODULE + "/contentgenre/" + id, ContentGenre.class);| ContentTitle | ContentTitleModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) ContentType | LONG | ContentTitle | ContentType | ContentTypeModule |
| (2) ImdbId | STRING | ContentTitle | ||
| (3) IsNetflixOriginal | BOOL | ContentTitle | ||
| (4) LocalizedTitle | STRING | ContentTitle | ||
| (5) OriginalTitle | STRING | ContentTitle | ||
| (6) ProductionCompany | LONG | ContentTitle | ProductionCompany | CountryModule |
| (7) ReleaseDate | DATE | ContentTitle | ||
| (8) RuntimeMinutes | LONG | ContentTitle | ||
| (9) Synopsis | STRING | ContentTitle |
Example:
final ContentTitle contenttitle = (ContentTitle) invokeModule(CONTENT_TITLE_MODULE + "/contenttitle/" + id, ContentTitle.class);| Genre | ContentTitleModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Name | STRING | Genre |
Example:
final Genre genre = (Genre) invokeModule(CONTENT_TITLE_MODULE + "/genre/" + id, Genre.class);| Contact | Donate | Imprint |