-
public final class VideoUpdateVideoRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtitleprivate final StringcollectionIdprivate final List<ChapterModel>chaptersprivate final List<MomentModel>momentsprivate final List<MetaTagModel>metaTags
-
Constructor Summary
Constructors Constructor Description VideoUpdateVideoRequest(String title, String collectionId, List<ChapterModel> chapters, List<MomentModel> moments, List<MetaTagModel> metaTags)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final StringgetCollectionId()final List<ChapterModel>getChapters()final List<MomentModel>getMoments()final List<MetaTagModel>getMetaTags()-
-
Constructor Detail
-
VideoUpdateVideoRequest
VideoUpdateVideoRequest(String title, String collectionId, List<ChapterModel> chapters, List<MomentModel> moments, List<MetaTagModel> metaTags)
- Parameters:
title- The updated title of the video.collectionId- The ID of the collection to which the video belongs.chapters- A list of chapters for the video.moments- A list of key moments in the video.metaTags- A list of meta tags to associate with the video.
-
-
Method Detail
-
getCollectionId
final String getCollectionId()
-
getChapters
final List<ChapterModel> getChapters()
-
getMoments
final List<MomentModel> getMoments()
-
getMetaTags
final List<MetaTagModel> getMetaTags()
-
-
-
-