| Package | Description |
|---|---|
| com.exsoloscript.challonge.gson | |
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit |
| Modifier and Type | Method and Description |
|---|---|
Match |
MatchAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Match> |
MatchListAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Match> |
MatchHandler.getMatch(String tournament,
int matchId,
boolean includeAttachments) |
ChallongeApiCall<List<Match>> |
MatchHandler.getMatches(String tournament) |
ChallongeApiCall<List<Match>> |
MatchHandler.getMatches(String tournament,
Integer participantId,
MatchState state) |
ChallongeApiCall<Match> |
MatchHandler.updateMatch(String tournament,
int matchId,
MatchQuery match) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Match> |
RetrofitMatchHandler.getMatch(String tournament,
int matchId,
int includeAttachments)
Retrieve a single match record for a tournament.
|
retrofit2.Call<List<Match>> |
RetrofitMatchHandler.getMatches(String tournament,
Integer participantId,
MatchState state)
Retrieve a tournament's match list.
|
retrofit2.Call<Match> |
RetrofitMatchHandler.updateMatch(String tournament,
int matchId,
MatchQuery match)
Update/submit the score(s) for a match.
|
Copyright © 2016. All rights reserved.