程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
List<ProductionComment> |
NormalApi.normalProductionsProductionIdCommentsHotGet(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的热门评论
|
ApiResponse<List<ProductionComment>> |
NormalApi.normalProductionsProductionIdCommentsHotGetWithHttpInfo(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的热门评论
|
List<ProductionComment> |
NormalApi.normalProductionsProductionIdCommentsNewGet(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的最新评论
|
ApiResponse<List<ProductionComment>> |
NormalApi.normalProductionsProductionIdCommentsNewGetWithHttpInfo(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的最新评论
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsHotGetAsync(Integer productionId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionComment>> callback)
获取某个作品的热门评论 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsNewGetAsync(Integer productionId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionComment>> callback)
获取某个作品的最新评论 (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
ProductionComment |
ProductionComment.comment(String comment) |
ProductionComment |
ProductionComment.commentTime(Long commentTime) |
ProductionComment |
ProductionComment.commentUser(UserInfo commentUser) |
ProductionComment |
CommentReplyMessage.getComment()
Get comment
|
ProductionComment |
CommentLikeMessage.getComment()
Get comment
|
ProductionComment |
ProductionComment.id(Integer id) |
ProductionComment |
ProductionComment.likes(Integer likes) |
ProductionComment |
ProductionComment.reply(ProductionCommentReply reply) |
限定符和类型 | 方法和说明 |
---|---|
CommentReplyMessage |
CommentReplyMessage.comment(ProductionComment comment) |
CommentLikeMessage |
CommentLikeMessage.comment(ProductionComment comment) |
void |
CommentReplyMessage.setComment(ProductionComment comment) |
void |
CommentLikeMessage.setComment(ProductionComment comment) |
Copyright © 2017. All rights reserved.