public class AttachmentHandler
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Attachment> |
createAttachment(java.lang.String tournament,
int matchId,
AttachmentQuery attachment) |
ChallongeApiCall<Attachment> |
deleteAttachment(java.lang.String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<Attachment> |
getAttachment(java.lang.String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<java.util.List<Attachment>> |
getAttachments(java.lang.String tournament,
int matchId) |
ChallongeApiCall<Attachment> |
updateAttachment(java.lang.String tournament,
int matchId,
int attachmentId,
AttachmentQuery attachment) |
public ChallongeApiCall<java.util.List<Attachment>> getAttachments(java.lang.String tournament, int matchId)
public ChallongeApiCall<Attachment> getAttachment(java.lang.String tournament, int matchId, int attachmentId)
public ChallongeApiCall<Attachment> createAttachment(java.lang.String tournament, int matchId, AttachmentQuery attachment) throws java.io.IOException
java.io.IOExceptionRetrofitAttachmentHandler.createAttachment(String, int, MultipartBody.Part, MultipartBody.Part, MultipartBody.Part)public ChallongeApiCall<Attachment> updateAttachment(java.lang.String tournament, int matchId, int attachmentId, AttachmentQuery attachment) throws java.io.IOException
java.io.IOExceptionRetrofitAttachmentHandler.updateAttachment(String, int, int, MultipartBody.Part, MultipartBody.Part, MultipartBody.Part)public ChallongeApiCall<Attachment> deleteAttachment(java.lang.String tournament, int matchId, int attachmentId)