| Package | Description |
|---|---|
| com.exsoloscript.challonge.handler.call | |
| com.exsoloscript.challonge.handler.retrofit |
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Attachment> |
AttachmentHandler.createAttachment(String tournament,
int matchId,
AttachmentQuery attachment) |
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.updateAttachment(String tournament,
int matchId,
int attachmentId,
AttachmentQuery attachment)
Update the attributes of a match attachment.
|
Copyright © 2016. All rights reserved.