| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Company | Company | CompanyModule | Netflix |
| (2) ContentAvailability | ContentAvailability | ContentTitleModule | Netflix |
| (3) ContentDistribution | ContentDistribution | DeviceModule | Netflix |
| (4) Country | Country | CountryModule | Netflix |
| (5) DeviceIntegration | DeviceIntegration | DeviceModule | Netflix |
| (6) MarketPresence | MarketPresence | Module | Netflix |
| (7) PeeringAgreement | PeeringAgreement | LanguageModule | Netflix |
| (8) RegulatoryRestriction | RegulatoryRestriction | Module | Netflix |
| (9) ServiceFeature | ServiceFeature | SeasonModule | Netflix |
| (10) ServiceLanguage | ServiceLanguage | LanguageModule | Netflix |
| (11) ServiceOutage | ServiceOutage | Module | Netflix |
| (12) ServiceSupply | ServiceSupply | Module | Netflix |
| (13) SubscriptionPlan | SubscriptionPlan | SubscriptionPlanModule | Netflix |
| (14) TrafficStatistic | TrafficStatistic | Module | Netflix |
| MarketPresence | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | MarketPresence | Country | CountryModule |
| (2) ExitDate | DATE | MarketPresence | ||
| (3) LaunchDate | DATE | MarketPresence | ||
| (4) Notes | STRING | MarketPresence | ||
| (5) ServiceSupply | LONG | MarketPresence | ServiceSupply | Module |
| (6) Status | STRING | MarketPresence |
Example:
final MarketPresence marketpresence = (MarketPresence) invokeModule(MODULE + "/marketpresence/" + id, MarketPresence.class);| RegulatoryRestriction | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | RegulatoryRestriction | Country | CountryModule |
| (2) EndDate | DATE | RegulatoryRestriction | ||
| (3) Reason | STRING | RegulatoryRestriction | ||
| (4) RestrictionType | STRING | RegulatoryRestriction | ||
| (5) ServiceSupply | LONG | RegulatoryRestriction | ServiceSupply | Module |
| (6) StartDate | DATE | RegulatoryRestriction |
Example:
final RegulatoryRestriction regulatoryrestriction = (RegulatoryRestriction) invokeModule(MODULE + "/regulatoryrestriction/" + id, RegulatoryRestriction.class);| ServiceOutage | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | ServiceOutage | ||
| (2) EndDate | DATE | ServiceOutage | ||
| (3) ImpactDescription | STRING | ServiceOutage | ||
| (4) ServiceSupply | LONG | ServiceOutage | ServiceSupply | Module |
| (5) StartDate | DATE | ServiceOutage |
Example:
final ServiceOutage serviceoutage = (ServiceOutage) invokeModule(MODULE + "/serviceoutage/" + id, ServiceOutage.class);| ServiceSupply | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Company | LONG | ServiceSupply | Company | CompanyModule |
| (2) Description | STRING | ServiceSupply | ||
| (3) LaunchDate | DATE | ServiceSupply | ||
| (4) Name | STRING | ServiceSupply | ||
| (5) Status | STRING | ServiceSupply | ||
| (6) Type | STRING | ServiceSupply | ||
| (7) Url | STRING | ServiceSupply |
Example:
final ServiceSupply servicesupply = (ServiceSupply) invokeModule(MODULE + "/servicesupply/" + id, ServiceSupply.class);| TrafficStatistic | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | TrafficStatistic | Country | CountryModule |
| (2) Notes | STRING | TrafficStatistic | ||
| (3) RankGlobal | LONG | TrafficStatistic | ||
| (4) ServiceSupply | LONG | TrafficStatistic | ServiceSupply | Module |
| (5) TrafficSharePercent | STRING | TrafficStatistic | ||
| (6) Year | LONG | TrafficStatistic |
Example:
final TrafficStatistic trafficstatistic = (TrafficStatistic) invokeModule(MODULE + "/trafficstatistic/" + id, TrafficStatistic.class);| Contact | Donate | Imprint |