Package video.api.client.api.clients
Class VideosApi.UploadWithUploadTokenProgressiveSession
- java.lang.Object
-
- video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
-
- All Implemented Interfaces:
IProgressiveUploadSession
- Enclosing class:
- VideosApi
public class VideosApi.UploadWithUploadTokenProgressiveSession extends Object implements IProgressiveUploadSession
-
-
Constructor Summary
Constructors Constructor Description UploadWithUploadTokenProgressiveSession(String token)UploadWithUploadTokenProgressiveSession(String token, String videoId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetToken()StringgetVideoId()VideouploadLastPart(File part)VideouploadLastPart(File part, Integer partId, UploadPartProgressListener uploadProgressListener)VideouploadLastPart(File part, UploadPartProgressListener uploadProgressListener)VideouploadPart(File part)VideouploadPart(File part, boolean isLastPart, UploadPartProgressListener uploadProgressListener)VideouploadPart(File part, Integer partId, boolean isLastPart, UploadPartProgressListener uploadProgressListener)VideouploadPart(File part, Integer partId, UploadPartProgressListener uploadProgressListener)VideouploadPart(File part, UploadPartProgressListener uploadProgressListener)
-
-
-
Method Detail
-
getVideoId
public String getVideoId()
- Specified by:
getVideoIdin interfaceIProgressiveUploadSession
-
getToken
public String getToken()
- Specified by:
getTokenin interfaceIProgressiveUploadSession
-
uploadPart
public Video uploadPart(File part) throws ApiException
- Specified by:
uploadPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadLastPart
public Video uploadLastPart(File part) throws ApiException
- Specified by:
uploadLastPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadPart
public Video uploadPart(File part, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadLastPart
public Video uploadLastPart(File part, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadLastPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadPart
public Video uploadPart(File part, boolean isLastPart, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadPart
public Video uploadPart(File part, Integer partId, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadLastPart
public Video uploadLastPart(File part, Integer partId, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadLastPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadPart
public Video uploadPart(File part, Integer partId, boolean isLastPart, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadPartin interfaceIProgressiveUploadSession- Throws:
ApiException
-
-