| Package | Description |
|---|---|
| com.exsoloscript.challonge.gson | |
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentAdapter.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Attachment> |
AttachmentHandler.createAttachment(String tournament,
int matchId,
AttachmentQuery attachment) |
ChallongeApiCall<Attachment> |
AttachmentHandler.deleteAttachment(String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<Attachment> |
AttachmentHandler.getAttachment(String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<List<Attachment>> |
AttachmentHandler.getAttachments(String tournament,
int matchId) |
ChallongeApiCall<Attachment> |
AttachmentHandler.updateAttachment(String tournament,
int matchId,
int attachmentId,
AttachmentQuery attachment) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Attachment> |
RetrofitAttachmentHandler.createAttachment(String tournament,
int matchId,
AttachmentQuery attachment)
Add a file, link, or text attachment to a match.
|
retrofit2.Call<Attachment> |
RetrofitAttachmentHandler.deleteAttachment(String tournament,
int matchId,
int attachmentId)
Delete a match attachment.
|
retrofit2.Call<Attachment> |
RetrofitAttachmentHandler.getAttachment(String tournament,
int matchId,
int attachmentId)
Retrieve a single match attachment record.
|
retrofit2.Call<List<Attachment>> |
RetrofitAttachmentHandler.getAttachments(String tournament,
int matchId)
Retrieve a match's attachments.
|
retrofit2.Call<Attachment> |
RetrofitAttachmentHandler.updateAttachment(String tournament,
int matchId,
int attachmentId,
AttachmentQuery attachment)
Update the attributes of a match attachment.
|
Copyright © 2016. All rights reserved.