ClanWarLeagueGroupState

Represents the state of a clan war league group in the Clash of Clans API.

Entries

Link copied to clipboard
@SerializedName(value = "groupNotFound")
GROUP_NOT_FOUND

The group for clan war league is not found.

Link copied to clipboard
@SerializedName(value = "notInWar")
NOT_IN_WAR

The clan war league group is not currently in a war.

Link copied to clipboard
@SerializedName(value = "preparation")
PREPARATION

The clan war league group is in the preparation phase before the war starts.

Link copied to clipboard
@SerializedName(value = "war")
WAR

The clan war league group is currently in a war.

Link copied to clipboard
@SerializedName(value = "ended")
ENDED

The clan war league group war has ended.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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

Returns an array containing the constants of this enum type, in the order they're declared.