Uses of Class
net.florianschoppmann.issuetracking.youtrack.restold.Issues.Issue.Comment
-
Packages that use Issues.Issue.Comment Package Description net.florianschoppmann.issuetracking.youtrack.restold -
-
Uses of Issues.Issue.Comment in net.florianschoppmann.issuetracking.youtrack.restold
Fields in net.florianschoppmann.issuetracking.youtrack.restold with type parameters of type Issues.Issue.Comment Modifier and Type Field Description protected List<Issues.Issue.Comment>
Issues.Issue. comment
Methods in net.florianschoppmann.issuetracking.youtrack.restold that return Issues.Issue.Comment Modifier and Type Method Description Issues.Issue.Comment
ObjectFactory. createIssuesIssueComment()
Create an instance ofIssues.Issue.Comment
Methods in net.florianschoppmann.issuetracking.youtrack.restold that return types with arguments of type Issues.Issue.Comment Modifier and Type Method Description List<Issues.Issue.Comment>
Issues.Issue. getComment()
Gets the value of the comment property.
-