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