| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
YouTubeVideo |
YouTubeVideo.clone() |
YouTubeVideo |
Material.getYoutubeVideo()
YouTube video material.
|
YouTubeVideo |
CourseMaterial.getYouTubeVideo()
Youtube video attachment.
|
YouTubeVideo |
Attachment.getYouTubeVideo()
Youtube video attachment.
|
YouTubeVideo |
YouTubeVideo.set(String fieldName,
Object value) |
YouTubeVideo |
YouTubeVideo.setAlternateLink(String alternateLink)
URL that can be used to view the YouTube video.
|
YouTubeVideo |
YouTubeVideo.setId(String id)
YouTube API resource ID.
|
YouTubeVideo |
YouTubeVideo.setThumbnailUrl(String thumbnailUrl)
URL of a thumbnail image of the YouTube video.
|
YouTubeVideo |
YouTubeVideo.setTitle(String title)
Title of the YouTube video.
|
| Modifier and Type | Method and Description |
|---|---|
Material |
Material.setYoutubeVideo(YouTubeVideo youtubeVideo)
YouTube video material.
|
CourseMaterial |
CourseMaterial.setYouTubeVideo(YouTubeVideo youTubeVideo)
Youtube video attachment.
|
Attachment |
Attachment.setYouTubeVideo(YouTubeVideo youTubeVideo)
Youtube video attachment.
|
Copyright © 2011–2022 Google. All rights reserved.