| Modifier and Type | Method and Description |
|---|---|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.category(String category)
The video's category; for example,
cooking. |
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.contentUrl(URL contentUrl)
Specifies the URL of the underlying video (e.g FLV)
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.description(String description)
The description of the video.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.durationInSeconds(int durationInSeconds)
The duration of the video in seconds; value must be between 0 and 28800 (8 hours).
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.familyFriendly(boolean familyFriendly)
Whether the video is suitable for viewing by children
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.playerUrl(URL playerUrl,
boolean allowEmbed)
Specifies a player URL (e.g.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.publicationDate(Date publicationDate)
The date the video was first published, in
W3CDateFormat. |
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.rating(Double rating)
The rating of the video.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.tags(ArrayList<String> tags)
Tag associated with the video; tags are generally very short
descriptions of key concepts associated with a video or piece of
content.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.tags(Iterable<String> tags)
Tag associated with the video; tags are generally very short
descriptions of key concepts associated with a video or piece of
content.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.tags(String... tags)
Tag associated with the video; tags are generally very short
descriptions of key concepts associated with a video or piece of
content.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.thumbnailUrl(URL thumbnailUrl)
A URL pointing to the URL for the video thumbnail image file.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.title(String title)
The title of the video.
|
GoogleVideoSitemapUrl.Options |
GoogleVideoSitemapUrl.Options.viewCount(int viewCount)
The number of times the video has been viewed
|
| Constructor and Description |
|---|
GoogleVideoSitemapUrl(GoogleVideoSitemapUrl.Options options)
Configures the url with options
|
Copyright © 2015. All rights reserved.