| Package | Description |
|---|---|
| com.exsoloscript.challonge.gson | |
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ParticipantQueryListAdapter.serialize(List<ParticipantQuery> participantQueryList,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Participant> |
ParticipantHandler.addParticipant(String tournament,
ParticipantQuery participant) |
ChallongeApiCall<Participant> |
ParticipantHandler.updateParticipant(String tournament,
int participantId,
ParticipantQuery participant) |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<List<Participant>> |
ParticipantHandler.bulkAddParticipants(String tournament,
List<ParticipantQuery> participants) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Participant> |
RetrofitParticipantHandler.addParticipant(String tournament,
ParticipantQuery participant)
Add a participant to a tournament (up until it is started).
|
retrofit2.Call<Participant> |
RetrofitParticipantHandler.updateParticipant(String tournament,
int participantId,
ParticipantQuery participant)
Update the attributes of a tournament participant.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<List<Participant>> |
RetrofitParticipantHandler.bulkAddParticipants(String tournament,
List<ParticipantQuery> participants)
Bulk add participants to a tournament (up until it is started).
|
Copyright © 2016. All rights reserved.