-
public final class VideoCreateVideoRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtitleprivate final StringcollectionIdprivate final IntegerthumbnailTime
-
Constructor Summary
Constructors Constructor Description VideoCreateVideoRequest(String title, String collectionId, Integer thumbnailTime)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final StringgetCollectionId()final IntegergetThumbnailTime()-
-
Constructor Detail
-
VideoCreateVideoRequest
VideoCreateVideoRequest(String title, String collectionId, Integer thumbnailTime)
- Parameters:
title- The title of the new video.collectionId- Optional collection ID where the video will be placed.thumbnailTime- Video time in milliseconds used to extract the main video thumbnail.
-
-
Method Detail
-
getCollectionId
final String getCollectionId()
-
getThumbnailTime
final Integer getThumbnailTime()
-
-
-
-