public static enum CommentResource.CommentField extends Enum<CommentResource.CommentField> implements OrderByRequests.ExtractableField<Comment>
Enum Constant and Description |
---|
created |
Modifier and Type | Method and Description |
---|---|
static CommentResource.CommentField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommentResource.CommentField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getValue
public static final CommentResource.CommentField created
public static CommentResource.CommentField[] values()
for (CommentResource.CommentField c : CommentResource.CommentField.values()) System.out.println(c);
public static CommentResource.CommentField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2019 Atlassian. All Rights Reserved.