public class UserApi extends Object
限定符和类型 | 方法和说明 |
---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
String |
userBarragePost(Barrage barrageInfo)
创建弹幕
|
com.squareup.okhttp.Call |
userBarragePostAsync(Barrage barrageInfo,
ApiCallback<String> callback)
创建弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
userBarragePostCall(Barrage barrageInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userBarragePost
|
ApiResponse<String> |
userBarragePostWithHttpInfo(Barrage barrageInfo)
创建弹幕
|
void |
userCommentLikeDelete(Integer commentId,
String requestToken)
用户取消点赞评论
|
com.squareup.okhttp.Call |
userCommentLikeDeleteAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
用户取消点赞评论 (asynchronously)
|
com.squareup.okhttp.Call |
userCommentLikeDeleteCall(Integer commentId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentLikeDelete
|
ApiResponse<Void> |
userCommentLikeDeleteWithHttpInfo(Integer commentId,
String requestToken)
用户取消点赞评论
|
List<IdWrapper> |
userCommentLikeGet(Integer productionId,
String requestToken)
获取用户该作品下的点赞评论ID列表
|
com.squareup.okhttp.Call |
userCommentLikeGetAsync(Integer productionId,
String requestToken,
ApiCallback<List<IdWrapper>> callback)
获取用户该作品下的点赞评论ID列表 (asynchronously)
|
com.squareup.okhttp.Call |
userCommentLikeGetCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentLikeGet
|
ApiResponse<List<IdWrapper>> |
userCommentLikeGetWithHttpInfo(Integer productionId,
String requestToken)
获取用户该作品下的点赞评论ID列表
|
void |
userCommentLikePost(Integer commentId,
String requestToken)
用户点赞评论
|
com.squareup.okhttp.Call |
userCommentLikePostAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
用户点赞评论 (asynchronously)
|
com.squareup.okhttp.Call |
userCommentLikePostCall(Integer commentId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentLikePost
|
ApiResponse<Void> |
userCommentLikePostWithHttpInfo(Integer commentId,
String requestToken)
用户点赞评论
|
void |
userCommentsCommentIdLikeGet(Integer commentId,
String requestToken)
获取用户某个评论是否有点赞的接口
|
com.squareup.okhttp.Call |
userCommentsCommentIdLikeGetAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
获取用户某个评论是否有点赞的接口 (asynchronously)
|
com.squareup.okhttp.Call |
userCommentsCommentIdLikeGetCall(Integer commentId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentsCommentIdLikeGet
|
ApiResponse<Void> |
userCommentsCommentIdLikeGetWithHttpInfo(Integer commentId,
String requestToken)
获取用户某个评论是否有点赞的接口
|
void |
userCommentsPost(Integer productionId,
String comment,
String requestToken)
用户发表评论
|
com.squareup.okhttp.Call |
userCommentsPostAsync(Integer productionId,
String comment,
String requestToken,
ApiCallback<Void> callback)
用户发表评论 (asynchronously)
|
com.squareup.okhttp.Call |
userCommentsPostCall(Integer productionId,
String comment,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentsPost
|
ApiResponse<Void> |
userCommentsPostWithHttpInfo(Integer productionId,
String comment,
String requestToken)
用户发表评论
|
void |
userFavoriteProductionIdGet(Integer productionId,
String requestToken)
用户获取自己收藏的某个作品
|
com.squareup.okhttp.Call |
userFavoriteProductionIdGetAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户获取自己收藏的某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
userFavoriteProductionIdGetCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoriteProductionIdGet
|
ApiResponse<Void> |
userFavoriteProductionIdGetWithHttpInfo(Integer productionId,
String requestToken)
用户获取自己收藏的某个作品
|
void |
userFavoritesDelete(Integer productionId,
String requestToken)
用户删除自己收藏
|
com.squareup.okhttp.Call |
userFavoritesDeleteAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户删除自己收藏 (asynchronously)
|
com.squareup.okhttp.Call |
userFavoritesDeleteCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoritesDelete
|
ApiResponse<Void> |
userFavoritesDeleteWithHttpInfo(Integer productionId,
String requestToken)
用户删除自己收藏
|
List<FavoriteProduction> |
userFavoritesGet(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己收藏的作品列表
|
com.squareup.okhttp.Call |
userFavoritesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<FavoriteProduction>> callback)
会员用户获取自己收藏的作品列表 (asynchronously)
|
com.squareup.okhttp.Call |
userFavoritesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoritesGet
|
ApiResponse<List<FavoriteProduction>> |
userFavoritesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己收藏的作品列表
|
void |
userFavoritesPost(Integer productionId,
String requestToken)
用户添加收藏
|
com.squareup.okhttp.Call |
userFavoritesPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户添加收藏 (asynchronously)
|
com.squareup.okhttp.Call |
userFavoritesPostCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoritesPost
|
ApiResponse<Void> |
userFavoritesPostWithHttpInfo(Integer productionId,
String requestToken)
用户添加收藏
|
void |
userFollowAuthorIdGet(Integer authorId,
String requestToken)
用户获取自己关注的某个作者
|
com.squareup.okhttp.Call |
userFollowAuthorIdGetAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
用户获取自己关注的某个作者 (asynchronously)
|
com.squareup.okhttp.Call |
userFollowAuthorIdGetCall(Integer authorId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowAuthorIdGet
|
ApiResponse<Void> |
userFollowAuthorIdGetWithHttpInfo(Integer authorId,
String requestToken)
用户获取自己关注的某个作者
|
void |
userFollowsDelete(Integer authorId,
String requestToken)
取消关注作者
|
com.squareup.okhttp.Call |
userFollowsDeleteAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
取消关注作者 (asynchronously)
|
com.squareup.okhttp.Call |
userFollowsDeleteCall(Integer authorId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowsDelete
|
ApiResponse<Void> |
userFollowsDeleteWithHttpInfo(Integer authorId,
String requestToken)
取消关注作者
|
List<FollowedAuthorInfo> |
userFollowsGet(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己关注的作者列表
|
com.squareup.okhttp.Call |
userFollowsGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<FollowedAuthorInfo>> callback)
会员用户获取自己关注的作者列表 (asynchronously)
|
com.squareup.okhttp.Call |
userFollowsGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowsGet
|
ApiResponse<List<FollowedAuthorInfo>> |
userFollowsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己关注的作者列表
|
void |
userFollowsPost(Integer authorId,
String requestToken)
添加关注作者
|
com.squareup.okhttp.Call |
userFollowsPostAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
添加关注作者 (asynchronously)
|
com.squareup.okhttp.Call |
userFollowsPostCall(Integer authorId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowsPost
|
ApiResponse<Void> |
userFollowsPostWithHttpInfo(Integer authorId,
String requestToken)
添加关注作者
|
List<ReturnBarrageInfo> |
userGetAllBarragesByVideoIdVideoIdGet(String videoId)
通过videoId获取该视频的所有弹幕
|
com.squareup.okhttp.Call |
userGetAllBarragesByVideoIdVideoIdGetAsync(String videoId,
ApiCallback<List<ReturnBarrageInfo>> callback)
通过videoId获取该视频的所有弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
userGetAllBarragesByVideoIdVideoIdGetCall(String videoId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userGetAllBarragesByVideoIdVideoIdGet
|
ApiResponse<List<ReturnBarrageInfo>> |
userGetAllBarragesByVideoIdVideoIdGetWithHttpInfo(String videoId)
通过videoId获取该视频的所有弹幕
|
void |
userHistoriesDelete(Integer productionId,
String requestToken)
删除浏览历史
|
com.squareup.okhttp.Call |
userHistoriesDeleteAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
删除浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
userHistoriesDeleteCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userHistoriesDelete
|
ApiResponse<Void> |
userHistoriesDeleteWithHttpInfo(Integer productionId,
String requestToken)
删除浏览历史
|
List<HistoryProduction> |
userHistoriesGet(Integer pageNum,
Integer pageSize,
String requestToken)
用户获取自己的浏览历史
|
com.squareup.okhttp.Call |
userHistoriesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<HistoryProduction>> callback)
用户获取自己的浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
userHistoriesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userHistoriesGet
|
ApiResponse<List<HistoryProduction>> |
userHistoriesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
用户获取自己的浏览历史
|
void |
userHistoriesPost(Integer productionId,
String requestToken)
用户上传浏览历史
|
com.squareup.okhttp.Call |
userHistoriesPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户上传浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
userHistoriesPostCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userHistoriesPost
|
ApiResponse<Void> |
userHistoriesPostWithHttpInfo(Integer productionId,
String requestToken)
用户上传浏览历史
|
List<CommentReplyMessage> |
userMessageCommentsGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取我评论的消息列表
|
com.squareup.okhttp.Call |
userMessageCommentsGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentReplyMessage>> callback)
获取我评论的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
userMessageCommentsGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userMessageCommentsGet
|
ApiResponse<List<CommentReplyMessage>> |
userMessageCommentsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取我评论的消息列表
|
List<CommentLikeMessage> |
userMessageLikesGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取点赞的消息列表
|
com.squareup.okhttp.Call |
userMessageLikesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentLikeMessage>> callback)
获取点赞的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
userMessageLikesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userMessageLikesGet
|
ApiResponse<List<CommentLikeMessage>> |
userMessageLikesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取点赞的消息列表
|
List<CommentReplyMessage> |
userMessageRepliesGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取回复的消息列表
|
com.squareup.okhttp.Call |
userMessageRepliesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentReplyMessage>> callback)
获取回复的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
userMessageRepliesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userMessageRepliesGet
|
ApiResponse<List<CommentReplyMessage>> |
userMessageRepliesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取回复的消息列表
|
void |
userRepliesPost(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken)
用户回复评论
|
com.squareup.okhttp.Call |
userRepliesPostAsync(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken,
ApiCallback<Void> callback)
用户回复评论 (asynchronously)
|
com.squareup.okhttp.Call |
userRepliesPostCall(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userRepliesPost
|
ApiResponse<Void> |
userRepliesPostWithHttpInfo(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken)
用户回复评论
|
void |
userReportPost(Integer type,
String content,
String requestToken)
会员用户提交举报建议
|
com.squareup.okhttp.Call |
userReportPostAsync(Integer type,
String content,
String requestToken,
ApiCallback<Void> callback)
会员用户提交举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
userReportPostCall(Integer type,
String content,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userReportPost
|
ApiResponse<Void> |
userReportPostWithHttpInfo(Integer type,
String content,
String requestToken)
会员用户提交举报建议
|
void |
userUsersChangePasswordPut(String oldPassword,
String newPassword)
修改密码
|
com.squareup.okhttp.Call |
userUsersChangePasswordPutAsync(String oldPassword,
String newPassword,
ApiCallback<Void> callback)
修改密码 (asynchronously)
|
com.squareup.okhttp.Call |
userUsersChangePasswordPutCall(String oldPassword,
String newPassword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersChangePasswordPut
|
ApiResponse<Void> |
userUsersChangePasswordPutWithHttpInfo(String oldPassword,
String newPassword)
修改密码
|
void |
userUsersChangePhonePut(String phone,
String password,
String textCode)
修改手机号
|
com.squareup.okhttp.Call |
userUsersChangePhonePutAsync(String phone,
String password,
String textCode,
ApiCallback<Void> callback)
修改手机号 (asynchronously)
|
com.squareup.okhttp.Call |
userUsersChangePhonePutCall(String phone,
String password,
String textCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersChangePhonePut
|
ApiResponse<Void> |
userUsersChangePhonePutWithHttpInfo(String phone,
String password,
String textCode)
修改手机号
|
UserInfo |
userUsersInfoGet(String requestToken)
会员用户获取个人信息
|
com.squareup.okhttp.Call |
userUsersInfoGetAsync(String requestToken,
ApiCallback<UserInfo> callback)
会员用户获取个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
userUsersInfoGetCall(String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersInfoGet
|
ApiResponse<UserInfo> |
userUsersInfoGetWithHttpInfo(String requestToken)
会员用户获取个人信息
|
void |
userUsersInfoPut(String requestToken,
String name,
String headImagePath)
会员用户修改个人信息
|
com.squareup.okhttp.Call |
userUsersInfoPutAsync(String requestToken,
String name,
String headImagePath,
ApiCallback<Void> callback)
会员用户修改个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
userUsersInfoPutCall(String requestToken,
String name,
String headImagePath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersInfoPut
|
ApiResponse<Void> |
userUsersInfoPutWithHttpInfo(String requestToken,
String name,
String headImagePath)
会员用户修改个人信息
|
public UserApi()
public UserApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call userBarragePostCall(Barrage barrageInfo, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
barrageInfo
- 创建弹幕信息 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic String userBarragePost(Barrage barrageInfo) throws ApiException
barrageInfo
- 创建弹幕信息 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> userBarragePostWithHttpInfo(Barrage barrageInfo) throws ApiException
barrageInfo
- 创建弹幕信息 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userBarragePostAsync(Barrage barrageInfo, ApiCallback<String> callback) throws ApiException
barrageInfo
- 创建弹幕信息 (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 userCommentLikeDeleteCall(Integer commentId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userCommentLikeDelete(Integer commentId, String requestToken) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userCommentLikeDeleteWithHttpInfo(Integer commentId, String requestToken) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userCommentLikeDeleteAsync(Integer commentId, String requestToken, ApiCallback<Void> callback) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userCommentLikeGetCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<IdWrapper> userCommentLikeGet(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<IdWrapper>> userCommentLikeGetWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userCommentLikeGetAsync(Integer productionId, String requestToken, ApiCallback<List<IdWrapper>> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userCommentLikePostCall(Integer commentId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userCommentLikePost(Integer commentId, String requestToken) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userCommentLikePostWithHttpInfo(Integer commentId, String requestToken) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userCommentLikePostAsync(Integer commentId, String requestToken, ApiCallback<Void> callback) throws ApiException
commentId
- 评论ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userCommentsCommentIdLikeGetCall(Integer commentId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commentId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userCommentsCommentIdLikeGet(Integer commentId, String requestToken) throws ApiException
commentId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userCommentsCommentIdLikeGetWithHttpInfo(Integer commentId, String requestToken) throws ApiException
commentId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userCommentsCommentIdLikeGetAsync(Integer commentId, String requestToken, ApiCallback<Void> callback) throws ApiException
commentId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userCommentsPostCall(Integer productionId, String comment, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)comment
- 评论内容 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userCommentsPost(Integer productionId, String comment, String requestToken) throws ApiException
productionId
- 作品ID (required)comment
- 评论内容 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userCommentsPostWithHttpInfo(Integer productionId, String comment, String requestToken) throws ApiException
productionId
- 作品ID (required)comment
- 评论内容 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userCommentsPostAsync(Integer productionId, String comment, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)comment
- 评论内容 (required)requestToken
- IOS和Android端带的请求token (optional)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 userFavoriteProductionIdGetCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userFavoriteProductionIdGet(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userFavoriteProductionIdGetWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFavoriteProductionIdGetAsync(Integer productionId, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userFavoritesDeleteCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userFavoritesDelete(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userFavoritesDeleteWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFavoritesDeleteAsync(Integer productionId, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userFavoritesGetCall(Integer pageNum, Integer pageSize, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<FavoriteProduction> userFavoritesGet(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<FavoriteProduction>> userFavoritesGetWithHttpInfo(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFavoritesGetAsync(Integer pageNum, Integer pageSize, String requestToken, ApiCallback<List<FavoriteProduction>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)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 userFavoritesPostCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userFavoritesPost(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userFavoritesPostWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFavoritesPostAsync(Integer productionId, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userFollowAuthorIdGetCall(Integer authorId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userFollowAuthorIdGet(Integer authorId, String requestToken) throws ApiException
authorId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userFollowAuthorIdGetWithHttpInfo(Integer authorId, String requestToken) throws ApiException
authorId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFollowAuthorIdGetAsync(Integer authorId, String requestToken, ApiCallback<Void> callback) throws ApiException
authorId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userFollowsDeleteCall(Integer authorId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userFollowsDelete(Integer authorId, String requestToken) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userFollowsDeleteWithHttpInfo(Integer authorId, String requestToken) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFollowsDeleteAsync(Integer authorId, String requestToken, ApiCallback<Void> callback) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userFollowsGetCall(Integer pageNum, Integer pageSize, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<FollowedAuthorInfo> userFollowsGet(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<FollowedAuthorInfo>> userFollowsGetWithHttpInfo(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFollowsGetAsync(Integer pageNum, Integer pageSize, String requestToken, ApiCallback<List<FollowedAuthorInfo>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)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 userFollowsPostCall(Integer authorId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userFollowsPost(Integer authorId, String requestToken) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userFollowsPostWithHttpInfo(Integer authorId, String requestToken) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userFollowsPostAsync(Integer authorId, String requestToken, ApiCallback<Void> callback) throws ApiException
authorId
- 作者ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userGetAllBarragesByVideoIdVideoIdGetCall(String videoId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
videoId
- 视频id (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<ReturnBarrageInfo> userGetAllBarragesByVideoIdVideoIdGet(String videoId) throws ApiException
videoId
- 视频id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ReturnBarrageInfo>> userGetAllBarragesByVideoIdVideoIdGetWithHttpInfo(String videoId) throws ApiException
videoId
- 视频id (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userGetAllBarragesByVideoIdVideoIdGetAsync(String videoId, ApiCallback<List<ReturnBarrageInfo>> callback) throws ApiException
videoId
- 视频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 userHistoriesDeleteCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userHistoriesDelete(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userHistoriesDeleteWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userHistoriesDeleteAsync(Integer productionId, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userHistoriesGetCall(Integer pageNum, Integer pageSize, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<HistoryProduction> userHistoriesGet(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<HistoryProduction>> userHistoriesGetWithHttpInfo(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userHistoriesGetAsync(Integer pageNum, Integer pageSize, String requestToken, ApiCallback<List<HistoryProduction>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)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 userHistoriesPostCall(Integer productionId, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userHistoriesPost(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userHistoriesPostWithHttpInfo(Integer productionId, String requestToken) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userHistoriesPostAsync(Integer productionId, String requestToken, ApiCallback<Void> callback) throws ApiException
productionId
- 作品ID (required)requestToken
- IOS和Android端带的请求token (optional)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 userMessageCommentsGetCall(Integer pageNum, Integer pageSize, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<CommentReplyMessage> userMessageCommentsGet(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<CommentReplyMessage>> userMessageCommentsGetWithHttpInfo(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userMessageCommentsGetAsync(Integer pageNum, Integer pageSize, String requestToken, ApiCallback<List<CommentReplyMessage>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)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 userMessageLikesGetCall(Integer pageNum, Integer pageSize, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<CommentLikeMessage> userMessageLikesGet(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<CommentLikeMessage>> userMessageLikesGetWithHttpInfo(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userMessageLikesGetAsync(Integer pageNum, Integer pageSize, String requestToken, ApiCallback<List<CommentLikeMessage>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)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 userMessageRepliesGetCall(Integer pageNum, Integer pageSize, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic List<CommentReplyMessage> userMessageRepliesGet(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<CommentReplyMessage>> userMessageRepliesGetWithHttpInfo(Integer pageNum, Integer pageSize, String requestToken) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userMessageRepliesGetAsync(Integer pageNum, Integer pageSize, String requestToken, ApiCallback<List<CommentReplyMessage>> callback) throws ApiException
pageNum
- 需要第几页 (required)pageSize
- 每页的大小 (required)requestToken
- IOS和Android端带的请求token (optional)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 userRepliesPostCall(Integer commentId, Integer repliedUserId, String reply, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
commentId
- 评论 ID (required)repliedUserId
- 被回复用户ID (required)reply
- 回复内容 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userRepliesPost(Integer commentId, Integer repliedUserId, String reply, String requestToken) throws ApiException
commentId
- 评论 ID (required)repliedUserId
- 被回复用户ID (required)reply
- 回复内容 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userRepliesPostWithHttpInfo(Integer commentId, Integer repliedUserId, String reply, String requestToken) throws ApiException
commentId
- 评论 ID (required)repliedUserId
- 被回复用户ID (required)reply
- 回复内容 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userRepliesPostAsync(Integer commentId, Integer repliedUserId, String reply, String requestToken, ApiCallback<Void> callback) throws ApiException
commentId
- 评论 ID (required)repliedUserId
- 被回复用户ID (required)reply
- 回复内容 (required)requestToken
- IOS和Android端带的请求token (optional)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 userReportPostCall(Integer type, String content, String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
type
- 类型(建议:1,举报:2) (required)content
- 内容 (required)requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userReportPost(Integer type, String content, String requestToken) throws ApiException
type
- 类型(建议:1,举报:2) (required)content
- 内容 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userReportPostWithHttpInfo(Integer type, String content, String requestToken) throws ApiException
type
- 类型(建议:1,举报:2) (required)content
- 内容 (required)requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userReportPostAsync(Integer type, String content, String requestToken, ApiCallback<Void> callback) throws ApiException
type
- 类型(建议:1,举报:2) (required)content
- 内容 (required)requestToken
- IOS和Android端带的请求token (optional)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 userUsersChangePasswordPutCall(String oldPassword, String newPassword, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
oldPassword
- 旧密码 (required)newPassword
- 新密码 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userUsersChangePasswordPut(String oldPassword, String newPassword) throws ApiException
oldPassword
- 旧密码 (required)newPassword
- 新密码 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userUsersChangePasswordPutWithHttpInfo(String oldPassword, String newPassword) throws ApiException
oldPassword
- 旧密码 (required)newPassword
- 新密码 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userUsersChangePasswordPutAsync(String oldPassword, String newPassword, ApiCallback<Void> callback) throws ApiException
oldPassword
- 旧密码 (required)newPassword
- 新密码 (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 userUsersChangePhonePutCall(String phone, String password, String textCode, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
phone
- 手机号 (required)password
- 密码 (required)textCode
- 短信验证码 (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userUsersChangePhonePut(String phone, String password, String textCode) throws ApiException
phone
- 手机号 (required)password
- 密码 (required)textCode
- 短信验证码 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userUsersChangePhonePutWithHttpInfo(String phone, String password, String textCode) throws ApiException
phone
- 手机号 (required)password
- 密码 (required)textCode
- 短信验证码 (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userUsersChangePhonePutAsync(String phone, String password, String textCode, ApiCallback<Void> callback) throws ApiException
phone
- 手机号 (required)password
- 密码 (required)textCode
- 短信验证码 (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 userUsersInfoGetCall(String requestToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic UserInfo userUsersInfoGet(String requestToken) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UserInfo> userUsersInfoGetWithHttpInfo(String requestToken) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userUsersInfoGetAsync(String requestToken, ApiCallback<UserInfo> callback) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)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 userUsersInfoPutCall(String requestToken, String name, String headImagePath, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)name
- (optional)headImagePath
- (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic void userUsersInfoPut(String requestToken, String name, String headImagePath) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)name
- (optional)headImagePath
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> userUsersInfoPutWithHttpInfo(String requestToken, String name, String headImagePath) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)name
- (optional)headImagePath
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call userUsersInfoPutAsync(String requestToken, String name, String headImagePath, ApiCallback<Void> callback) throws ApiException
requestToken
- IOS和Android端带的请求token (optional)name
- (optional)headImagePath
- (optional)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.