GroupOperation

public enum GroupOperation

Entries

Link copied to clipboard

Create.

Link copied to clipboard

Join

Link copied to clipboard

Kick out

Link copied to clipboard

Logout.

Link copied to clipboard

Disband

Link copied to clipboard

Add Administrator

Link copied to clipboard

Remove administrator.

Link copied to clipboard

Transfer Group Ownership

Functions

Link copied to clipboard
public static GroupOperation ordinalOf(int ordinal)
Link copied to clipboard
public static GroupOperation valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<GroupOperation> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.