public enum CommunitiesAction extends java.lang.Enum<CommunitiesAction>
Modifier and Type | Method and Description |
---|---|
static CommunitiesAction |
findByName(java.lang.String name) |
static CommunitiesAction |
findByValue(int value) |
int |
getValue() |
static CommunitiesAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunitiesAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunitiesAction POST
public static final CommunitiesAction REACT
public static final CommunitiesAction COMMENT
public static CommunitiesAction[] values()
for (CommunitiesAction c : CommunitiesAction.values()) System.out.println(c);
public static CommunitiesAction 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 nullpublic static CommunitiesAction findByValue(int value)
public static CommunitiesAction findByName(java.lang.String name)
public int getValue()
(c) Copyright GetSocial BV, 2020. All Rights Reserved.