| Contact | Donate | Imprint |
| Tag | VideoModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) Name | STRING | Tag |
Example:
final Tag tag = (Tag) invokeModule(VIDEO_MODULE + "/tag/" + id, Tag.class);| Video | VideoModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) Category | LONG | Video | Category | AdModule |
| (2) Channel | LONG | Video | Channel | ChannelModule |
| (3) CommentCountCached | LONG | Video | ||
| (4) CreatedAt | DATE | Video | ||
| (5) DefaultCaptionLanguage | STRING | Video | ||
| (6) Description | STRING | Video | ||
| (7) DurationSeconds | LONG | Video | ||
| (8) FilePathOrStorageKey | STRING | Video | ||
| (9) FrameRate | DOUBLE | Video | ||
| (10) Language | STRING | Video | ||
| (11) LicenseType | STRING | Video | ||
| (12) LikeCountCached | LONG | Video | ||
| (13) MadeForKids | BOOL | Video | ||
| (14) OriginalFileName | STRING | Video | ||
| (15) PrivacyStatus | STRING | Video | ||
| (16) PublishedAt | DATE | Video | ||
| (17) ResolutionHeight | LONG | Video | ||
| (18) ResolutionWidth | LONG | Video | ||
| (19) Status | STRING | Video | ||
| (20) ThumbnailDefault | STRING | Video | ||
| (21) ThumbnailHigh | STRING | Video | ||
| (22) ThumbnailMedium | STRING | Video | ||
| (23) Title | STRING | Video | ||
| (24) UpdatedAt | DATE | Video | ||
| (25) ViewCountCached | LONG | Video | ||
| (26) VisibilityRegionRestrictionJson | STRING | Video |
Example:
final Video video = (Video) invokeModule(VIDEO_MODULE + "/video/" + id, Video.class);| VideoLike | VideoModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | DATE | VideoLike | ||
| (2) Type | STRING | VideoLike | ||
| (3) User | LONG | VideoLike | User | UserModule |
| (4) Video | LONG | VideoLike | Video | VideoModule |
Example:
final VideoLike videolike = (VideoLike) invokeModule(VIDEO_MODULE + "/videolike/" + id, VideoLike.class);| VideoReport | VideoModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | DATE | VideoReport | ||
| (2) Description | STRING | VideoReport | ||
| (3) ReasonCode | STRING | VideoReport | ||
| (4) ReporterUser | LONG | VideoReport | User | UserModule |
| (5) ResolvedAt | DATE | VideoReport | ||
| (6) ResolvedByUser | LONG | VideoReport | User | UserModule |
| (7) Status | STRING | VideoReport | ||
| (8) Video | LONG | VideoReport | Video | VideoModule |
Example:
final VideoReport videoreport = (VideoReport) invokeModule(VIDEO_MODULE + "/videoreport/" + id, VideoReport.class);| VideoTag | VideoModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) Tag | LONG | VideoTag | Tag | VideoModule |
| (2) Video | LONG | VideoTag | Video | VideoModule |
Example:
final VideoTag videotag = (VideoTag) invokeModule(VIDEO_MODULE + "/videotag/" + id, VideoTag.class);| WatchHistory | VideoModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) Device | LONG | WatchHistory | Device | DeviceModule |
| (2) IsAutoplay | BOOL | WatchHistory | ||
| (3) ProgressPercent | DOUBLE | WatchHistory | ||
| (4) Session | LONG | WatchHistory | UserSession | DeviceModule |
| (5) User | LONG | WatchHistory | User | UserModule |
| (6) Video | LONG | WatchHistory | Video | VideoModule |
| (7) WatchedAt | DATE | WatchHistory | ||
| (8) WatchTimeSeconds | LONG | WatchHistory |
Example:
final WatchHistory watchhistory = (WatchHistory) invokeModule(VIDEO_MODULE + "/watchhistory/" + id, WatchHistory.class);| Contact | Donate | Imprint |