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(Comment comment)
static CommentService.CommentParameters.CommentParametersBuilder builder()
ApplicationUser getAuthor()
String getBody()
@Nonnull Map<StringJSONObject> getCommentProperties()
Date getCreated()
@Deprecated String getGroupLevel()
This method is deprecated. Use getVisibility() instead. Since 6.4
Issue getIssue()
@Deprecated Long getRoleLevelId()
This method is deprecated. Use getVisibility() instead. Since 6.4
Visibility getVisibility()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ApplicationUser getAuthor ()

public String getBody ()

@Nonnull public Map<StringJSONObject> getCommentProperties ()

public Date getCreated ()

@Deprecated public String getGroupLevel ()

This method is deprecated.
Use getVisibility() instead. Since 6.4

public Issue getIssue ()

@Deprecated public Long getRoleLevelId ()

This method is deprecated.
Use getVisibility() instead. Since 6.4

public Visibility getVisibility ()