public static class CommentService.CommentParameters.CommentParametersBuilder extends Object
Constructor and Description |
---|
CommentParametersBuilder() |
public CommentService.CommentParameters.CommentParametersBuilder body(String body)
public CommentService.CommentParameters.CommentParametersBuilder issue(Issue issue)
@Deprecated public CommentService.CommentParameters.CommentParametersBuilder groupLevel(String groupLevel)
visibility(com.atlassian.jira.bc.issue.visibility.Visibility)
instead. Since 6.4@Deprecated public CommentService.CommentParameters.CommentParametersBuilder roleLevelId(Long roleLevelId)
visibility(com.atlassian.jira.bc.issue.visibility.Visibility)
instead. Since 6.4public CommentService.CommentParameters.CommentParametersBuilder visibility(Visibility visibility)
public CommentService.CommentParameters.CommentParametersBuilder created(Date created)
public CommentService.CommentParameters.CommentParametersBuilder author(ApplicationUser author)
public CommentService.CommentParameters.CommentParametersBuilder commentProperties(Map<String,JSONObject> commentProperties)
public CommentService.CommentParameters build()
Copyright © 2002-2019 Atlassian. All Rights Reserved.