程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
List<CommentLikeMessage> |
UserApi.userMessageLikesGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取点赞的消息列表
|
ApiResponse<List<CommentLikeMessage>> |
UserApi.userMessageLikesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取点赞的消息列表
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
UserApi.userMessageLikesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentLikeMessage>> callback)
获取点赞的消息列表 (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
CommentLikeMessage |
CommentLikeMessage.comment(ProductionComment comment) |
CommentLikeMessage |
CommentLikeMessage.likeTime(Long likeTime) |
CommentLikeMessage |
CommentLikeMessage.production(ProductionDetail production) |
Copyright © 2017. All rights reserved.