| Package | Description |
|---|---|
| com.atlassian.jconnect.rest.entities |
| Modifier and Type | Method and Description |
|---|---|
List<CommentEntity> |
IssueWithCommentsEntity.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
IssueWithCommentsEntity.setComments(List<CommentEntity> comments) |
| Constructor and Description |
|---|
IssueWithCommentsEntity(String key,
String status,
String summary,
String description,
Date created,
Date lastUpdated,
List<CommentEntity> comments,
boolean hasUpdates) |
Copyright © 2015 Atlassian. All rights reserved.