public abstract static class AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,R>,R extends AddCommentRequest> extends BuilderSupport
NOT_BLANK| Constructor and Description |
|---|
AbstractBuilder(Commentable commentable,
String text) |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
build() |
B |
pending(boolean value) |
protected abstract B |
self() |
B |
severity(CommentSeverity value) |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlankpublic AbstractBuilder(@Nonnull Commentable commentable, @Nonnull String text)
Copyright © 2023 Atlassian. All rights reserved.