程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger.api | |
net.bojiu.android.io.swagger.model |
限定符和类型 | 方法和说明 |
---|---|
List<ProductionCommentReply> |
NormalApi.normalCommentsCommentIdRepliesGet(Integer commentId,
Integer pageNum,
Integer pageSize)
获取某个评论的回复
|
ApiResponse<List<ProductionCommentReply>> |
NormalApi.normalCommentsCommentIdRepliesGetWithHttpInfo(Integer commentId,
Integer pageNum,
Integer pageSize)
获取某个评论的回复
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
NormalApi.normalCommentsCommentIdRepliesGetAsync(Integer commentId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionCommentReply>> callback)
获取某个评论的回复 (asynchronously)
|
限定符和类型 | 方法和说明 |
---|---|
ProductionCommentReply |
ProductionComment.getReply()
Get reply
|
ProductionCommentReply |
ProductionCommentReply.id(Integer id) |
ProductionCommentReply |
ProductionCommentReply.repliedUser(UserInfo repliedUser) |
ProductionCommentReply |
ProductionCommentReply.reply(String reply) |
ProductionCommentReply |
ProductionCommentReply.replyLikes(Integer replyLikes) |
ProductionCommentReply |
ProductionCommentReply.replyTime(Long replyTime) |
ProductionCommentReply |
ProductionCommentReply.replyUser(UserInfo replyUser) |
限定符和类型 | 方法和说明 |
---|---|
ProductionComment |
ProductionComment.reply(ProductionCommentReply reply) |
void |
ProductionComment.setReply(ProductionCommentReply reply) |
Copyright © 2017. All rights reserved.