public final enum

CommentAction

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.stash.comment.CommentAction

Class Overview

Enumerates the different actions which may be taken on a comment.

Summary

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
static CommentAction fromId(int id)
int getId()
static CommentAction valueOf(String name)
final static CommentAction[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CommentAction ADDED

A new Comment has been added.

public static final CommentAction DELETED

A Comment has been deleted.

public static final CommentAction EDITED

A Comment has been edited.

public static final CommentAction REPLIED

A Comment has been replied to.

Public Methods

public static CommentAction fromId (int id)

public int getId ()

public static CommentAction valueOf (String name)

public static final CommentAction[] values ()