Builder to construct an Indexable for
a video object.
For reference, see: //schema.org/VideoObject.
| VideoObjectBuilder | |
| VideoObjectBuilder |
setDuration(long durationInSeconds)
Sets the duration of the video object in seconds.
|
| VideoObjectBuilder |
setDurationWatched(long durationWatchedInSeconds)
Sets the duration of the video object which the user has already watched in
seconds.
|
| VideoObjectBuilder | |
| VideoObjectBuilder | |
| VideoObjectBuilder |
Sets the author of the video object.
| author | The author of the video object. |
|---|
Sets the duration of the video object in seconds.
| durationInSeconds | The duration of the video object in seconds. |
|---|
Sets the duration of the video object which the user has already watched in seconds.
| durationWatchedInSeconds | The duration of the video object which the user has already watched in seconds.
The value must be less than or equal to the value used in
setDuration(long). |
|---|
Sets the place where the video was taken.
Sets the series name this video object belongs to. The name can represent a channel name, a subscription name or a playlist name.
| seriesName | The series name this video object belongs to. |
|---|
Sets the date when this video object was uploaded.
| uploadDate | The date when this video object was uploaded. |
|---|