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() |
protected AddCommentRequest(@Nonnull AddCommentRequest.AbstractBuilder builder)
@Nonnull public Commentable getCommentable()
@Nullable public CommentSeverity getSeverity()
Copyright © 2019 Atlassian. All rights reserved.