| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.comment.CommentAction | |
Enumerates the different actions which may be taken on a comment.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CommentAction | ADDED | A new Comment has been added. |
|||||||||
| CommentAction | DELETED | A Comment has been deleted. |
|||||||||
| CommentAction | EDITED | A Comment has been edited. |
|||||||||
| CommentAction | REPLIED | A Comment has been replied to. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||