| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) Channel | Channel | ChannelModule | AmazonPrimeVideo |
| (2) ChannelSubscription | ChannelSubscription | DrmSchemeModule | AmazonPrimeVideo |
| (3) DrmScheme | DrmScheme | DrmSchemeModule | AmazonPrimeVideo |
| (4) Title | Title | TitleModule | AmazonPrimeVideo |
| (5) TitleDrmScheme | TitleDrmScheme | DrmSchemeModule | AmazonPrimeVideo |
| (6) User | User | UserModule | AmazonPrimeVideo |
| ChannelSubscription | DrmSchemeModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) AutoRenew | BOOL | ChannelSubscription | ||
| (2) Channel | LONG | ChannelSubscription | Channel | ChannelModule |
| (3) EndDate | DATE | ChannelSubscription | ||
| (4) StartDate | DATE | ChannelSubscription | ||
| (5) Status | STRING | ChannelSubscription | ||
| (6) User | LONG | ChannelSubscription | User | UserModule |
Example:
final ChannelSubscription channelsubscription = (ChannelSubscription) invokeModule(DRM_SCHEME_MODULE + "/channelsubscription/" + id, ChannelSubscription.class);| DrmScheme | DrmSchemeModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | DrmScheme | ||
| (2) Name | STRING | DrmScheme |
Example:
final DrmScheme drmscheme = (DrmScheme) invokeModule(DRM_SCHEME_MODULE + "/drmscheme/" + id, DrmScheme.class);| TitleDrmScheme | DrmSchemeModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) DrmScheme | LONG | TitleDrmScheme | DrmScheme | DrmSchemeModule |
| (2) Title | LONG | TitleDrmScheme | Title | TitleModule |
Example:
final TitleDrmScheme titledrmscheme = (TitleDrmScheme) invokeModule(DRM_SCHEME_MODULE + "/titledrmscheme/" + id, TitleDrmScheme.class);| Contact | Donate | Imprint |