public static enum

CommentResource.CommentField

extends Enum<E extends Enum<E>>
implements OrderByRequests.ExtractableField<T>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.rest.v2.issue.CommentResource.CommentField

Summary

Enum Values
CommentResource.CommentField  created   
Public Methods
static CommentResource.CommentField valueOf(String name)
final static CommentField[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.atlassian.jira.util.OrderByRequests.ExtractableField
From interface java.lang.Comparable

Enum Values

public static final CommentResource.CommentField created

Public Methods

public static CommentResource.CommentField valueOf (String name)

public static final CommentField[] values ()