public class AddCommentRequest extends Object
Commentable
.Modifier and Type | Class and Description |
---|---|
static class |
AddCommentRequest.AbstractBuilder<B extends AddCommentRequest.AbstractBuilder<B,R>,R extends AddCommentRequest> |
static class |
AddCommentRequest.Builder |
Modifier | Constructor and Description |
---|---|
protected |
AddCommentRequest(AddCommentRequest.AbstractBuilder builder) |
Modifier and Type | Method and Description |
---|---|
Commentable |
getCommentable() |
CommentSeverity |
getSeverity() |
String |
getText() |
boolean |
isPending() |
protected AddCommentRequest(@Nonnull AddCommentRequest.AbstractBuilder builder)
@Nonnull public Commentable getCommentable()
@Nullable public CommentSeverity getSeverity()
public boolean isPending()
Copyright © 2022 Atlassian. All rights reserved.