public class MatchHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Match> |
getMatch(String tournament,
int matchId,
boolean includeAttachments) |
ChallongeApiCall<List<Match>> |
getMatches(String tournament) |
ChallongeApiCall<List<Match>> |
getMatches(String tournament,
Integer participantId,
MatchState state) |
ChallongeApiCall<Match> |
updateMatch(String tournament,
int matchId,
MatchQuery match) |
public ChallongeApiCall<List<Match>> getMatches(String tournament, Integer participantId, MatchState state) throws IOException, ChallongeException
public ChallongeApiCall<List<Match>> getMatches(String tournament) throws IOException, ChallongeException
IOExceptionChallongeExceptionpublic ChallongeApiCall<Match> getMatch(String tournament, int matchId, boolean includeAttachments) throws IOException, ChallongeException
IOExceptionChallongeExceptionRetrofitMatchHandler.getMatch(String, int, int)public ChallongeApiCall<Match> updateMatch(String tournament, int matchId, MatchQuery match) throws IOException, ChallongeException
Copyright © 2016. All rights reserved.