Package com.atlassian.bitbucket.comment
Class CommentSearchRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.comment.CommentSearchRequest.Builder
- Enclosing class:
- CommentSearchRequest
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionauthor
(ApplicationUser value) build()
diffTypes
(Iterable<CommentThreadDiffAnchorType> values) pendingAuthor
(ApplicationUser value) severities
(Iterable<CommentSeverity> values) severity
(CommentSeverity value) state
(CommentState value) states
(Iterable<CommentState> values) Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
-
-
Method Details
-
anchorState
@Nonnull public CommentSearchRequest.Builder anchorState(@Nonnull CommentThreadDiffAnchorState value) - Parameters:
value
- the new anchor state- Returns:
this
- Since:
- 5.4
-
author
- Since:
- 8.4
-
build
-
diffType
-
diffTypes
@Nonnull public CommentSearchRequest.Builder diffTypes(@Nullable Iterable<CommentThreadDiffAnchorType> values) -
fromHash
-
path
-
pendingAuthor
- Since:
- 7.7
-
severities
- Since:
- 6.7
-
severity
- Since:
- 6.7
-
state
- Since:
- 6.7
-
states
- Since:
- 6.7
-
toHash
-