| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
UpdateCommentResult.getComment()
Information about the updated comment.
|
Comment |
PostCommentForComparedCommitResult.getComment()
The content of the comment you posted.
|
Comment |
GetCommentResult.getComment()
The contents of the comment.
|
Comment |
PostCommentForPullRequestResult.getComment()
The content of the comment you posted.
|
Comment |
DeleteCommentContentResult.getComment()
Information about the comment you just deleted.
|
Comment |
PostCommentReplyResult.getComment()
Information about the reply to a comment.
|
Comment |
Comment.withAuthorArn(String authorArn)
The Amazon Resource Name (ARN) of the person who posted the comment.
|
Comment |
Comment.withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
Comment |
Comment.withCommentId(String commentId)
The system-generated comment ID.
|
Comment |
Comment.withContent(String content)
The content of the comment.
|
Comment |
Comment.withCreationDate(Date creationDate)
The date and time the comment was created, in timestamp format.
|
Comment |
Comment.withDeleted(Boolean deleted)
A Boolean value indicating whether the comment has been deleted.
|
Comment |
Comment.withInReplyTo(String inReplyTo)
The ID of the comment for which this comment is a reply, if any.
|
Comment |
Comment.withLastModifiedDate(Date lastModifiedDate)
The date and time the comment was most recently modified, in timestamp format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentsForComparedCommit.getComments()
An array of comment objects.
|
List<Comment> |
CommentsForPullRequest.getComments()
An array of comment objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCommentResult.setComment(Comment comment)
Information about the updated comment.
|
void |
PostCommentForComparedCommitResult.setComment(Comment comment)
The content of the comment you posted.
|
void |
GetCommentResult.setComment(Comment comment)
The contents of the comment.
|
void |
PostCommentForPullRequestResult.setComment(Comment comment)
The content of the comment you posted.
|
void |
DeleteCommentContentResult.setComment(Comment comment)
Information about the comment you just deleted.
|
void |
PostCommentReplyResult.setComment(Comment comment)
Information about the reply to a comment.
|
UpdateCommentResult |
UpdateCommentResult.withComment(Comment comment)
Information about the updated comment.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withComment(Comment comment)
The content of the comment you posted.
|
GetCommentResult |
GetCommentResult.withComment(Comment comment)
The contents of the comment.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withComment(Comment comment)
The content of the comment you posted.
|
DeleteCommentContentResult |
DeleteCommentContentResult.withComment(Comment comment)
Information about the comment you just deleted.
|
PostCommentReplyResult |
PostCommentReplyResult.withComment(Comment comment)
Information about the reply to a comment.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withComments(Comment... comments)
An array of comment objects.
|
CommentsForPullRequest |
CommentsForPullRequest.withComments(Comment... comments)
An array of comment objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentsForComparedCommit.setComments(Collection<Comment> comments)
An array of comment objects.
|
void |
CommentsForPullRequest.setComments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withComments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForPullRequest |
CommentsForPullRequest.withComments(Collection<Comment> comments)
An array of comment objects.
|
Copyright © 2019. All rights reserved.