public static enum ActivityPost.Type extends java.lang.Enum<ActivityPost.Type>
Modifier and Type | Method and Description |
---|---|
static ActivityPost.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityPost.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityPost.Type POST
public static final ActivityPost.Type COMMENT
public static ActivityPost.Type[] values()
for (ActivityPost.Type c : ActivityPost.Type.values()) System.out.println(c);
public static ActivityPost.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null(c) Copyright GetSocial BV, 2017. All Rights Reserved.