@PublicApi public interface Comment extends WithId
String getAuthor()
String getAuthorKey()
com.atlassian.crowd.embedded.api.User getAuthorUser()
getAuthorApplicationUser() instead. Since v6.0.User that created the commentUser that created the comment.ApplicationUser getAuthorApplicationUser()
user that created the commentuser that created the commentString getAuthorFullName()
String getBody()
Date getCreated()
String getGroupLevel()
Long getRoleLevelId()
ProjectRole getRoleLevel()
Issue getIssue()
String getUpdateAuthor()
getUpdateAuthorApplicationUser() instead. Since v6.0.com.atlassian.crowd.embedded.api.User getUpdateAuthorUser()
getUpdateAuthorApplicationUser() instead. Since v6.0.
Get the user that performed the updateUser objectApplicationUser getUpdateAuthorApplicationUser()
objectString getUpdateAuthorFullName()
Date getUpdated()
Copyright © 2002-2015 Atlassian. All Rights Reserved.