Uses of Class
io.gitea.model.CreatePullReviewComment
| Package | Description |
|---|---|
| io.gitea.model |
-
Uses of CreatePullReviewComment in io.gitea.model
Methods in io.gitea.model that return CreatePullReviewComment Modifier and Type Method Description CreatePullReviewCommentCreatePullReviewComment. body(java.lang.String body)CreatePullReviewCommentCreatePullReviewComment. newPosition(java.lang.Long newPosition)CreatePullReviewCommentCreatePullReviewComment. oldPosition(java.lang.Long oldPosition)CreatePullReviewCommentCreatePullReviewComment. path(java.lang.String path)Methods in io.gitea.model that return types with arguments of type CreatePullReviewComment Modifier and Type Method Description java.util.List<CreatePullReviewComment>CreatePullReviewOptions. getComments()Get commentsMethods in io.gitea.model with parameters of type CreatePullReviewComment Modifier and Type Method Description CreatePullReviewOptionsCreatePullReviewOptions. addCommentsItem(CreatePullReviewComment commentsItem)Method parameters in io.gitea.model with type arguments of type CreatePullReviewComment Modifier and Type Method Description CreatePullReviewOptionsCreatePullReviewOptions. comments(java.util.List<CreatePullReviewComment> comments)voidCreatePullReviewOptions. setComments(java.util.List<CreatePullReviewComment> comments)