| Contact | Donate | Imprint |
| Entity | Alias | Module | Global Schema |
| (1) AutoIntegration | AutoIntegration | PartnerCompanyModule | Spotify |
| (2) Country | Country | CountryModule | Spotify |
| (3) Device | Device | DeviceModule | Spotify |
| (4) PartnerCompany | PartnerCompany | PartnerCompanyModule | Spotify |
| (5) SmartDeviceIntegration | SmartDeviceIntegration | PartnerCompanyModule | Spotify |
| (6) TelcoPartnership | TelcoPartnership | PartnerCompanyModule | Spotify |
| AutoIntegration | PartnerCompanyModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) IntegrationType | STRING | AutoIntegration | ||
| (2) ModelName | STRING | AutoIntegration | ||
| (3) PartnerCompany | LONG | AutoIntegration | PartnerCompany | PartnerCompanyModule |
| (4) StartYear | LONG | AutoIntegration |
Example:
final AutoIntegration autointegration = (AutoIntegration) invokeModule(PARTNER_COMPANY_MODULE + "/autointegration/" + id, AutoIntegration.class);| PartnerCompany | PartnerCompanyModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | PartnerCompany | Country | CountryModule |
| (2) Industry | STRING | PartnerCompany | ||
| (3) Name | STRING | PartnerCompany |
Example:
final PartnerCompany partnercompany = (PartnerCompany) invokeModule(PARTNER_COMPANY_MODULE + "/partnercompany/" + id, PartnerCompany.class);| SmartDeviceIntegration | PartnerCompanyModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) DeviceType | LONG | SmartDeviceIntegration | Device | DeviceModule |
| (2) PartnerCompany | LONG | SmartDeviceIntegration | PartnerCompany | PartnerCompanyModule |
| (3) SupportsSpotifyConnect | BOOL | SmartDeviceIntegration | ||
| (4) SupportsVoice | BOOL | SmartDeviceIntegration |
Example:
final SmartDeviceIntegration smartdeviceintegration = (SmartDeviceIntegration) invokeModule(PARTNER_COMPANY_MODULE + "/smartdeviceintegration/" + id, SmartDeviceIntegration.class);| TelcoPartnership | PartnerCompanyModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | TelcoPartnership | Country | CountryModule |
| (2) EndDate | DATE | TelcoPartnership | ||
| (3) IncludesZeroRating | BOOL | TelcoPartnership | ||
| (4) Name | STRING | TelcoPartnership | ||
| (5) PartnerCompany | LONG | TelcoPartnership | PartnerCompany | PartnerCompanyModule |
| (6) StartDate | DATE | TelcoPartnership |
Example:
final TelcoPartnership telcopartnership = (TelcoPartnership) invokeModule(PARTNER_COMPANY_MODULE + "/telcopartnership/" + id, TelcoPartnership.class);| Contact | Donate | Imprint |