@Deprecated @ApiStatus.ScheduledForRemoval public class CocApiConstants extends Object
CocApiConstants class.
| Modifier and Type | Field and Description |
|---|---|
static String |
UF_COC_BASE
Deprecated.
Constant
UF_COC_BASE="https://api.clashofclans.com/v${version"{trunked} |
static String |
UF_COC_CLAN_INFO
Deprecated.
Constant
UF_COC_CLAN_INFO="${baseUrl}/clans/${clanTag}" |
static String |
UF_COC_CLAN_MEMBERS
Deprecated.
Constant
UF_COC_CLAN_MEMBERS="${baseUrl}/clans/${clanTag}/members" |
static String |
UF_COC_CLAN_SEARCH
Deprecated.
Constant
UF_COC_CLAN_SEARCH="${baseUrl}/clans" |
static String |
UF_COC_CLAN_WARLOG
Deprecated.
Constant
UF_COC_CLAN_WARLOG="${baseUrl}/clans/${clanTag}/warlog" |
static String |
UF_COC_LEAGUE_INFO
Deprecated.
Constant
UF_COC_LEAGUE_INFO="${baseUrl}/leagues/${leagueId}" |
static String |
UF_COC_LEAGUE_SEASON_RANKINGS
Deprecated.
Constant
UF_COC_LEAGUE_SEASON_RANKINGS="${baseUrl}/leagues/${leagueId}/seasons/"{trunked} |
static String |
UF_COC_LEAGUE_SEASONS
Deprecated.
Constant
UF_COC_LEAGUE_SEASONS="${baseUrl}/leagues/${leagueId}/seasons" |
static String |
UF_COC_LEAGUES
Deprecated.
Constant
UF_COC_LEAGUES="${baseUrl}/leagues" |
static String |
UF_COC_LOCATION_CLAN_RANK
Deprecated.
Constant
UF_COC_LOCATION_CLAN_RANK="${baseUrl}/locations/${locationId}/rank"{trunked} |
static String |
UF_COC_LOCATION_INFO
Deprecated.
Constant
UF_COC_LOCATION_INFO="${baseUrl}/locations/${locationId}" |
static String |
UF_COC_LOCATION_PLAYER_RANK
Deprecated.
Constant
UF_COC_LOCATION_PLAYER_RANK="${baseUrl}/locations/${locationId}/rank"{trunked} |
static String |
UF_COC_LOCATIONS
Deprecated.
Constant
UF_COC_LOCATIONS="${baseUrl}/locations" |
static String |
UF_COC_PLAYER_INFO
Deprecated.
Constant
UF_COC_PLAYER_INFO="${baseUrl}/players/${playerTag}" |
static String |
UF_PROP_BASEURL
Deprecated.
Constant
UF_PROP_BASEURL="baseUrl" |
static String |
UF_PROP_CLANTAG
Deprecated.
Constant
UF_PROP_CLANTAG="clanTag" |
static String |
UF_PROP_LEAGUE_ID
Deprecated.
Constant
UF_PROP_LEAGUE_ID="leagueId" |
static String |
UF_PROP_LOCATION_ID
Deprecated.
Constant
UF_PROP_LOCATION_ID="locationId" |
static String |
UF_PROP_PLAYERTAG
Deprecated.
Constant
UF_PROP_PLAYERTAG="playerTag" |
static String |
UF_PROP_SEASON_ID
Deprecated.
Constant
UF_PROP_SEASON_ID="seasonId" |
static String |
UF_PROP_VERSION
Deprecated.
Constant
UF_PROP_VERSION="version" |
| Constructor and Description |
|---|
CocApiConstants()
Deprecated.
|
public static final String UF_COC_BASE
UF_COC_BASE="https://api.clashofclans.com/v${version"{trunked}public static final String UF_COC_CLAN_SEARCH
UF_COC_CLAN_SEARCH="${baseUrl}/clans"public static final String UF_COC_CLAN_INFO
UF_COC_CLAN_INFO="${baseUrl}/clans/${clanTag}"public static final String UF_COC_CLAN_MEMBERS
UF_COC_CLAN_MEMBERS="${baseUrl}/clans/${clanTag}/members"public static final String UF_COC_CLAN_WARLOG
UF_COC_CLAN_WARLOG="${baseUrl}/clans/${clanTag}/warlog"public static final String UF_COC_LOCATIONS
UF_COC_LOCATIONS="${baseUrl}/locations"public static final String UF_COC_LOCATION_INFO
UF_COC_LOCATION_INFO="${baseUrl}/locations/${locationId}"public static final String UF_COC_LOCATION_CLAN_RANK
UF_COC_LOCATION_CLAN_RANK="${baseUrl}/locations/${locationId}/rank"{trunked}public static final String UF_COC_LOCATION_PLAYER_RANK
UF_COC_LOCATION_PLAYER_RANK="${baseUrl}/locations/${locationId}/rank"{trunked}public static final String UF_COC_LEAGUES
UF_COC_LEAGUES="${baseUrl}/leagues"public static final String UF_COC_LEAGUE_INFO
UF_COC_LEAGUE_INFO="${baseUrl}/leagues/${leagueId}"public static final String UF_COC_LEAGUE_SEASONS
UF_COC_LEAGUE_SEASONS="${baseUrl}/leagues/${leagueId}/seasons"public static final String UF_COC_LEAGUE_SEASON_RANKINGS
UF_COC_LEAGUE_SEASON_RANKINGS="${baseUrl}/leagues/${leagueId}/seasons/"{trunked}public static final String UF_COC_PLAYER_INFO
UF_COC_PLAYER_INFO="${baseUrl}/players/${playerTag}"public static final String UF_PROP_VERSION
UF_PROP_VERSION="version"public static final String UF_PROP_CLANTAG
UF_PROP_CLANTAG="clanTag"public static final String UF_PROP_PLAYERTAG
UF_PROP_PLAYERTAG="playerTag"public static final String UF_PROP_BASEURL
UF_PROP_BASEURL="baseUrl"public static final String UF_PROP_LEAGUE_ID
UF_PROP_LEAGUE_ID="leagueId"public static final String UF_PROP_SEASON_ID
UF_PROP_SEASON_ID="seasonId"public static final String UF_PROP_LOCATION_ID
UF_PROP_LOCATION_ID="locationId"Copyright © 2016–2024. All rights reserved.