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
-
-
-
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
-
uploadPartWithHttpInfo
public ApiResponse<Video> uploadPartWithHttpInfo(File part, boolean isLastPart, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadPartWithHttpInfoin interfaceIProgressiveUploadSession- Throws:
ApiException
-
uploadPartWithHttpInfo
public ApiResponse<Video> uploadPartWithHttpInfo(File part, Integer partId, boolean isLastPart, UploadPartProgressListener uploadProgressListener) throws ApiException
- Specified by:
uploadPartWithHttpInfoin interfaceIProgressiveUploadSession- Throws:
ApiException
-
-