com.atlassian.jira.bc.issue.comment
Class CommentService.CommentParameters.CommentParametersBuilder

java.lang.Object
  extended by com.atlassian.jira.bc.issue.comment.CommentService.CommentParameters.CommentParametersBuilder
Enclosing class:
CommentService.CommentParameters

public static class CommentService.CommentParameters.CommentParametersBuilder
extends Object


Constructor Summary
CommentService.CommentParameters.CommentParametersBuilder()
           
 
Method Summary
 CommentService.CommentParameters.CommentParametersBuilder author(ApplicationUser author)
           
 CommentService.CommentParameters.CommentParametersBuilder body(String body)
           
 CommentService.CommentParameters build()
           
 CommentService.CommentParameters.CommentParametersBuilder commentProperties(Map<String,JSONObject> commentProperties)
           
 CommentService.CommentParameters.CommentParametersBuilder created(Date created)
           
 CommentService.CommentParameters.CommentParametersBuilder groupLevel(String groupLevel)
           
 CommentService.CommentParameters.CommentParametersBuilder issue(Issue issue)
           
 CommentService.CommentParameters.CommentParametersBuilder roleLevelId(Long roleLevelId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentService.CommentParameters.CommentParametersBuilder

public CommentService.CommentParameters.CommentParametersBuilder()
Method Detail

body

public CommentService.CommentParameters.CommentParametersBuilder body(String body)

issue

public CommentService.CommentParameters.CommentParametersBuilder issue(Issue issue)

groupLevel

public CommentService.CommentParameters.CommentParametersBuilder groupLevel(String groupLevel)

roleLevelId

public CommentService.CommentParameters.CommentParametersBuilder roleLevelId(Long roleLevelId)

created

public CommentService.CommentParameters.CommentParametersBuilder created(Date created)

author

public CommentService.CommentParameters.CommentParametersBuilder author(ApplicationUser author)

commentProperties

public CommentService.CommentParameters.CommentParametersBuilder commentProperties(Map<String,JSONObject> commentProperties)

build

public CommentService.CommentParameters build()


Copyright © 2002-2014 Atlassian. All Rights Reserved.