Package com.atlassian.jira.issue
Class CommentSearchParameters
java.lang.Object
com.atlassian.jira.issue.CommentSearchParameters
@ExperimentalApi
@ReturnValuesAreNonnullByDefault
public class CommentSearchParameters
extends Object
* @since 9.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCommentSearchParameters(Issue issue, ApplicationUser user, Date date, Long commentId, CommentSearchParameters.SearchDirection searchDirection, boolean returnOldest, Integer limit) -
Method Summary
-
Constructor Details
-
CommentSearchParameters
public CommentSearchParameters(Issue issue, ApplicationUser user, Date date, Long commentId, CommentSearchParameters.SearchDirection searchDirection, boolean returnOldest, Integer limit)
-
-
Method Details
-
getIssue
-
getUser
-
getDate
-
getCommentId
-
getSearchDirection
-
getLimit
-
builder
-
returnOldest
public boolean returnOldest()
-