public static final class CommentService.CommentParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommentService.CommentParameters.CommentParametersBuilder |
Modifier and Type | Method and Description |
---|---|
static CommentService.CommentParameters.CommentParametersBuilder |
builder() |
static CommentService.CommentParameters.CommentParametersBuilder |
builder(Comment comment) |
ApplicationUser |
getAuthor() |
String |
getBody() |
Map<String,JSONObject> |
getCommentProperties() |
Date |
getCreated() |
String |
getGroupLevel()
Deprecated.
Use
getVisibility() instead. Since 6.4 |
Issue |
getIssue() |
Long |
getRoleLevelId()
Deprecated.
Use
getVisibility() instead. Since 6.4 |
Visibility |
getVisibility() |
public static CommentService.CommentParameters.CommentParametersBuilder builder()
public static CommentService.CommentParameters.CommentParametersBuilder builder(Comment comment)
public String getBody()
@Deprecated public String getGroupLevel()
getVisibility()
instead. Since 6.4@Deprecated public Long getRoleLevelId()
getVisibility()
instead. Since 6.4public Date getCreated()
public ApplicationUser getAuthor()
public Issue getIssue()
@Nonnull public Map<String,JSONObject> getCommentProperties()
public Visibility getVisibility()
Copyright © 2002-2015 Atlassian. All Rights Reserved.