Modifier and Type | Class and Description |
---|---|
static class |
CommentUpdateRequest.Builder |
Modifier and Type | Method and Description |
---|---|
long |
getCommentId() |
CommentSeverity |
getSeverity() |
CommentState |
getState() |
String |
getText() |
Optional<Boolean> |
getThreadResolved() |
int |
getVersion() |
public long getCommentId()
@Nullable public CommentSeverity getSeverity()
@Nullable public CommentState getState()
@Nonnull public Optional<Boolean> getThreadResolved()
comment
should be marked as resolved or
unresolved, or Optional.empty()
if no change to the
resolution state
of the thread should be madepublic int getVersion()
Copyright © 2024 Atlassian. All rights reserved.