Uses of Class
ink.icoding.github4j.model.request.UpdateCommentRequest
Packages that use UpdateCommentRequest
-
Uses of UpdateCommentRequest in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client with parameters of type UpdateCommentRequestModifier and TypeMethodDescriptionGistsClient.updateComment(String gistId, long commentId, UpdateCommentRequest request) 更新指定 Gist 的评论。IssuesClient.updateComment(String owner, String repo, long commentId, UpdateCommentRequest request) 更新指定评论。 -
Uses of UpdateCommentRequest in ink.icoding.github4j.model.request
Methods in ink.icoding.github4j.model.request that return UpdateCommentRequest