Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
PlaylistItemContentDetails |
PlaylistItemContentDetails.clone() |
PlaylistItemContentDetails |
PlaylistItem.getContentDetails()
The contentDetails object is included in the resource if the included item is a YouTube video.
|
PlaylistItemContentDetails |
PlaylistItemContentDetails.set(java.lang.String fieldName,
java.lang.Object value) |
PlaylistItemContentDetails |
PlaylistItemContentDetails.setEndAt(java.lang.String endAt)
The time, measured in seconds from the start of the video, when the video should stop playing.
|
PlaylistItemContentDetails |
PlaylistItemContentDetails.setNote(java.lang.String note)
A user-generated note for this item.
|
PlaylistItemContentDetails |
PlaylistItemContentDetails.setStartAt(java.lang.String startAt)
The time, measured in seconds from the start of the video, when the video should start playing.
|
PlaylistItemContentDetails |
PlaylistItemContentDetails.setVideoId(java.lang.String videoId)
The ID that YouTube uses to uniquely identify a video.
|
Modifier and Type | Method and Description |
---|---|
PlaylistItem |
PlaylistItem.setContentDetails(PlaylistItemContentDetails contentDetails)
The contentDetails object is included in the resource if the included item is a YouTube video.
|