public class AuthorApi extends Object
public AuthorApi()
public AuthorApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call authAuthorsAuthInfoGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic AuthorAuthInfo authAuthorsAuthInfoGet() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<AuthorAuthInfo> authAuthorsAuthInfoGetWithHttpInfo() throws ApiException
ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsAuthInfoGetAsync(ApiCallback<AuthorAuthInfo> callback) throws ApiException
callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authAuthorsAuthInfoPostCall(AuthorAuthInfo authorInfo, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authAuthorsAuthInfoPost(AuthorAuthInfo authorInfo) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authAuthorsAuthInfoPostWithHttpInfo(AuthorAuthInfo authorInfo) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authAuthorsAuthInfoPostAsync(AuthorAuthInfo authorInfo, ApiCallback<Void> callback) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorAuthorsAuthorIdGetFansInfoGetCall(Integer authorId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 授权号id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<FansInfo> authorAuthorsAuthorIdGetFansInfoGet(Integer authorId) throws ApiException
authorId
- 授权号id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<FansInfo>> authorAuthorsAuthorIdGetFansInfoGetWithHttpInfo(Integer authorId) throws ApiException
authorId
- 授权号id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorAuthorsAuthorIdGetFansInfoGetAsync(Integer authorId, ApiCallback<List<FansInfo>> callback) throws ApiException
authorId
- 授权号id (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorAuthorsAuthorIdProductionsGetCall(Integer authorId, Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ProductionDetail> authorAuthorsAuthorIdProductionsGet(Integer authorId, Integer pageNum, Integer pageSize) throws ApiException
authorId
- (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProductionDetail>> authorAuthorsAuthorIdProductionsGetWithHttpInfo(Integer authorId, Integer pageNum, Integer pageSize) throws ApiException
authorId
- (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorAuthorsAuthorIdProductionsGetAsync(Integer authorId, Integer pageNum, Integer pageSize, ApiCallback<List<ProductionDetail>> callback) throws ApiException
authorId
- (required)pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorFollowsGetCall(Integer pageNum, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<FollowUserInfo> authorFollowsGet(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<FollowUserInfo>> authorFollowsGetWithHttpInfo(Integer pageNum, Integer pageSize) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorFollowsGetAsync(Integer pageNum, Integer pageSize, ApiCallback<List<FollowUserInfo>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorInfoPostCall(AuthorInfo authorInfo, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authorInfoPost(AuthorInfo authorInfo) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authorInfoPostWithHttpInfo(AuthorInfo authorInfo) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorInfoPostAsync(AuthorInfo authorInfo, ApiCallback<Void> callback) throws ApiException
authorInfo
- 不需要修改的字段直接传null (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorProductionsPostCall(ProductionUpload production, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
production
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ProductionIdAndVideoId authorProductionsPost(ProductionUpload production) throws ApiException
production
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProductionIdAndVideoId> authorProductionsPostWithHttpInfo(ProductionUpload production) throws ApiException
production
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorProductionsPostAsync(ProductionUpload production, ApiCallback<ProductionIdAndVideoId> callback) throws ApiException
production
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorProductionsProductionIdDeleteCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authorProductionsProductionIdDelete(Integer productionId) throws ApiException
productionId
- 作品ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authorProductionsProductionIdDeleteWithHttpInfo(Integer productionId) throws ApiException
productionId
- 作品ID (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorProductionsProductionIdDeleteAsync(Integer productionId, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorProductionsProductionIdPostCall(ProductionUpload production, Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
production
- (required)productionId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authorProductionsProductionIdPost(ProductionUpload production, Integer productionId) throws ApiException
production
- (required)productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authorProductionsProductionIdPostWithHttpInfo(ProductionUpload production, Integer productionId) throws ApiException
production
- (required)productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorProductionsProductionIdPostAsync(ProductionUpload production, Integer productionId, ApiCallback<Void> callback) throws ApiException
production
- (required)productionId
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorProductionsProductionIdSubmitDeleteCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authorProductionsProductionIdSubmitDelete(Integer productionId) throws ApiException
productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authorProductionsProductionIdSubmitDeleteWithHttpInfo(Integer productionId) throws ApiException
productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorProductionsProductionIdSubmitDeleteAsync(Integer productionId, ApiCallback<Void> callback) throws ApiException
productionId
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorProductionsProductionIdSubmitPostCall(Integer productionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void authorProductionsProductionIdSubmitPost(Integer productionId) throws ApiException
productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> authorProductionsProductionIdSubmitPostWithHttpInfo(Integer productionId) throws ApiException
productionId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorProductionsProductionIdSubmitPostAsync(Integer productionId, ApiCallback<Void> callback) throws ApiException
productionId
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorRefreshVideoAuthPostCall(String videoId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
videoId
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic VideoUploadRefreshAuth authorRefreshVideoAuthPost(String videoId) throws ApiException
videoId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<VideoUploadRefreshAuth> authorRefreshVideoAuthPostWithHttpInfo(String videoId) throws ApiException
videoId
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorRefreshVideoAuthPostAsync(String videoId, ApiCallback<VideoUploadRefreshAuth> callback) throws ApiException
videoId
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorTagsPostCall(Tag tag, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tag
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic Integer authorTagsPost(Tag tag) throws ApiException
tag
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Integer> authorTagsPostWithHttpInfo(Tag tag) throws ApiException
tag
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorTagsPostAsync(Tag tag, ApiCallback<Integer> callback) throws ApiException
tag
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call authorUploadVideoAuthPostCall(VideoInfo videoInfo, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
videoInfo
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic VideoUploadAuth authorUploadVideoAuthPost(VideoInfo videoInfo) throws ApiException
videoInfo
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<VideoUploadAuth> authorUploadVideoAuthPostWithHttpInfo(VideoInfo videoInfo) throws ApiException
videoInfo
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call authorUploadVideoAuthPostAsync(VideoInfo videoInfo, ApiCallback<VideoUploadAuth> callback) throws ApiException
videoInfo
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2017. All rights reserved.