| Package | Description |
|---|---|
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit | |
| com.exsoloscript.challonge.model.enumeration |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<List<Match>> |
MatchHandler.getMatches(String tournament,
Integer participantId,
MatchState state) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<List<Match>> |
RetrofitMatchHandler.getMatches(String tournament,
Integer participantId,
MatchState state)
Retrieve a tournament's match list.
|
| Modifier and Type | Method and Description |
|---|---|
static MatchState |
MatchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchState[] |
MatchState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.