public static final class

CommentService.CommentParameters

extends Object
java.lang.Object
   ↳ com.atlassian.jira.bc.issue.comment.CommentService.CommentParameters

Summary

Nested Classes
class CommentService.CommentParameters.CommentParametersBuilder  
Public Methods
static CommentService.CommentParameters.CommentParametersBuilder builder()
static CommentService.CommentParameters.CommentParametersBuilder builder(Comment comment)
ApplicationUser getAuthor()
String getBody()
@Nonnull Map<StringJSONObject> getCommentProperties()
Date getCreated()
String getGroupLevel()
Issue getIssue()
Long getRoleLevelId()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ApplicationUser getAuthor ()

public String getBody ()

@Nonnull public Map<StringJSONObject> getCommentProperties ()

public Date getCreated ()

public String getGroupLevel ()

public Issue getIssue ()

public Long getRoleLevelId ()