ChallongeApiCall<Tournament> |
TournamentHandler.abortCheckIn(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Participant> |
ParticipantHandler.addParticipant(String tournament,
ParticipantQuery participant) |
ChallongeApiCall<List<Participant>> |
ParticipantHandler.bulkAddParticipants(String tournament,
List<ParticipantQuery> participants) |
ChallongeApiCall<Participant> |
ParticipantHandler.checkInParticipant(String tournament,
int participantId) |
ChallongeApiCall<Attachment> |
AttachmentHandler.createAttachment(String tournament,
int matchId,
AttachmentQuery attachment) |
ChallongeApiCall<Tournament> |
TournamentHandler.createTournament(TournamentQuery tournament) |
ChallongeApiCall<Attachment> |
AttachmentHandler.deleteAttachment(String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<Participant> |
ParticipantHandler.deleteParticipant(String tournament,
int participantId) |
ChallongeApiCall<Tournament> |
TournamentHandler.deleteTournament(String name) |
ChallongeApiCall<Tournament> |
TournamentHandler.finalizeTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Attachment> |
AttachmentHandler.getAttachment(String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<List<Attachment>> |
AttachmentHandler.getAttachments(String tournament,
int matchId) |
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<Participant> |
ParticipantHandler.getParticipant(String tournament,
int participantId,
boolean includeMatches) |
ChallongeApiCall<List<Participant>> |
ParticipantHandler.getParticipants(String tournament) |
ChallongeApiCall<Tournament> |
TournamentHandler.getTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<List<Tournament>> |
TournamentHandler.getTournaments() |
ChallongeApiCall<List<Tournament>> |
TournamentHandler.getTournaments(TournamentQueryState state,
TournamentType type,
String createdAfter,
String createdBefore,
String subdomain) |
ChallongeApiCall<Tournament> |
TournamentHandler.processCheckIns(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<List<Participant>> |
ParticipantHandler.randomizeParticipants(String tournament) |
ChallongeApiCall<Tournament> |
TournamentHandler.resetTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
ChallongeApiCall<Tournament> |
TournamentHandler.startTournament(String name,
boolean includeParticipants,
boolean includeMatches) |
T |
RetrofitChallongeApiCall.sync() |
ChallongeApiCall<Participant> |
ParticipantHandler.undoParticipantCheckIn(String tournament,
int participantId) |
ChallongeApiCall<Attachment> |
AttachmentHandler.updateAttachment(String tournament,
int matchId,
int attachmentId,
AttachmentQuery attachment) |
ChallongeApiCall<Match> |
MatchHandler.updateMatch(String tournament,
int matchId,
MatchQuery match) |
ChallongeApiCall<Participant> |
ParticipantHandler.updateParticipant(String tournament,
int participantId,
ParticipantQuery participant) |
ChallongeApiCall<Tournament> |
TournamentHandler.updateTournament(String name,
TournamentQuery tournament) |