public class CommentSearchRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentSearchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
CommentThreadDiffAnchorState |
getAnchorState() |
ApplicationUser |
getAuthor() |
Commentable |
getCommentable() |
Set<CommentThreadDiffAnchorType> |
getDiffTypes() |
String |
getFromHash() |
String |
getPath() |
ApplicationUser |
getPendingAuthor()
Limits
pending comments to those posted by the specified author. |
Set<CommentSeverity> |
getSeverities() |
Set<CommentState> |
getStates() |
String |
getToHash() |
@Nonnull public CommentThreadDiffAnchorState getAnchorState()
@Nullable public ApplicationUser getAuthor()
@Nonnull public Commentable getCommentable()
@Nonnull public Set<CommentThreadDiffAnchorType> getDiffTypes()
@Nullable public ApplicationUser getPendingAuthor()
pending comments to those posted by the specified author. If
getStates() doesn't include PENDING this property will be
ignored, since no pending comments will be returned.null to not limit by author@Nonnull public Set<CommentSeverity> getSeverities()
@Nonnull public Set<CommentState> getStates()
Copyright © 2022 Atlassian. All rights reserved.