Uses of Interface
cdc.issues.answers.IssueComment
Packages that use IssueComment
-
Uses of IssueComment in cdc.issues.answers
Classes in cdc.issues.answers that implement IssueCommentFields in cdc.issues.answers with type parameters of type IssueCommentModifier and TypeFieldDescription(package private) final List<IssueComment>IssueAnswer.Builder.commentsMethods in cdc.issues.answers that return IssueCommentMethods in cdc.issues.answers that return types with arguments of type IssueCommentModifier and TypeMethodDescriptionIssueAnswerImpl.comments()Returns the value of thecommentsrecord component.List<? extends IssueComment>IssueAnswer.getComments()IssueAnswerImpl.getComments()Methods in cdc.issues.answers with parameters of type IssueCommentMethod parameters in cdc.issues.answers with type arguments of type IssueCommentModifier and TypeMethodDescriptionIssueAnswer.Builder.comments(List<? extends IssueComment> comments) Constructor parameters in cdc.issues.answers with type arguments of type IssueCommentModifierConstructorDescription(package private)IssueAnswerImpl(IssueId issueId, String author, Instant creationDate, Instant modificationDate, IssueStatus status, IssueResolution resolution, String assignee, IssueSeverity newSeverity, List<IssueComment> comments, Metas metas, Labels labels) Creates an instance of aIssueAnswerImplrecord class.