Modifier and Type | Class and Description |
---|---|
static interface |
UiAction.Pending |
Enum Constant and Description |
---|
LIKE_ACTIVITY
Like Activity.
|
LIKE_COMMENT
Like comment.
|
OPEN_COMMENTS
Open Activity Comments List.
|
POST_ACTIVITY
Post Activity.
|
POST_COMMENT
Post comment.
|
Modifier and Type | Method and Description |
---|---|
static UiAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UiAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiAction OPEN_COMMENTS
public static final UiAction POST_ACTIVITY
public static final UiAction POST_COMMENT
public static final UiAction LIKE_ACTIVITY
public static final UiAction LIKE_COMMENT
public static UiAction[] values()
for (UiAction c : UiAction.values()) System.out.println(c);
public static UiAction 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, 2021. All Rights Reserved.