public class MatchHandler
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Match> |
getMatch(java.lang.String tournament,
int matchId,
boolean includeAttachments) |
ChallongeApiCall<java.util.List<Match>> |
getMatches(java.lang.String tournament) |
ChallongeApiCall<java.util.List<Match>> |
getMatches(java.lang.String tournament,
java.lang.Integer participantId,
MatchState state) |
ChallongeApiCall<Match> |
updateMatch(java.lang.String tournament,
int matchId,
MatchQuery match) |
public ChallongeApiCall<java.util.List<Match>> getMatches(java.lang.String tournament, java.lang.Integer participantId, MatchState state)
public ChallongeApiCall<java.util.List<Match>> getMatches(java.lang.String tournament)
public ChallongeApiCall<Match> getMatch(java.lang.String tournament, int matchId, boolean includeAttachments)
public ChallongeApiCall<Match> updateMatch(java.lang.String tournament, int matchId, MatchQuery match)