-
public abstract class UploadRequestClass containing info about video that is submitted for upload
-
-
Constructor Summary
Constructors Constructor Description UploadRequest(Long libraryId, String videoId)
-
Method Summary
Modifier and Type Method Description LonggetLibraryId()StringgetVideoId()abstract Unitcancel()Cancels upload abstract Unitpause()Pauses upload abstract Unitresume()Resumes upload -
-
Method Detail
-
getLibraryId
Long getLibraryId()
-
getVideoId
String getVideoId()
-
-
-
-