Uses of Class
ink.icoding.github4j.model.request.CreateCommentRequest
Packages that use CreateCommentRequest
-
Uses of CreateCommentRequest in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client with parameters of type CreateCommentRequestModifier and TypeMethodDescriptionGistsClient.createComment(String gistId, CreateCommentRequest request) 为指定 Gist 创建评论。IssuesClient.createComment(String owner, String repo, int issueNumber, CreateCommentRequest request) 为指定 Issue 创建评论。 -
Uses of CreateCommentRequest in ink.icoding.github4j.model.request
Methods in ink.icoding.github4j.model.request that return CreateCommentRequest