程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
VideoUploadAuth |
AuthorApi.authorUploadVideoAuthPost(VideoInfo videoInfo)
获取上传凭证
|
com.squareup.okhttp.Call |
AuthorApi.authorUploadVideoAuthPostAsync(VideoInfo videoInfo,
ApiCallback<VideoUploadAuth> callback)
获取上传凭证 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorUploadVideoAuthPostCall(VideoInfo videoInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorUploadVideoAuthPost
|
ApiResponse<VideoUploadAuth> |
AuthorApi.authorUploadVideoAuthPostWithHttpInfo(VideoInfo videoInfo)
获取上传凭证
|
限定符和类型 | 方法和说明 |
---|---|
VideoInfo |
VideoInfo.cateId(Integer cateId) |
VideoInfo |
VideoInfo.description(String description) |
VideoInfo |
VideoInfo.fileName(String fileName) |
VideoInfo |
VideoInfo.size(Long size) |
VideoInfo |
VideoInfo.tags(String tags) |
VideoInfo |
VideoInfo.title(String title) |
Copyright © 2017. All rights reserved.