public class AttachmentHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
ChallongeApiCall<Attachment> |
createAttachment(String tournament,
int matchId,
AttachmentQuery attachment) |
ChallongeApiCall<Attachment> |
deleteAttachment(String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<Attachment> |
getAttachment(String tournament,
int matchId,
int attachmentId) |
ChallongeApiCall<List<Attachment>> |
getAttachments(String tournament,
int matchId) |
ChallongeApiCall<Attachment> |
updateAttachment(String tournament,
int matchId,
int attachmentId,
AttachmentQuery attachment) |
public ChallongeApiCall<List<Attachment>> getAttachments(String tournament, int matchId) throws IOException, ChallongeException
public ChallongeApiCall<Attachment> getAttachment(String tournament, int matchId, int attachmentId) throws IOException, ChallongeException
public ChallongeApiCall<Attachment> createAttachment(String tournament, int matchId, AttachmentQuery attachment) throws IOException, ChallongeException
public ChallongeApiCall<Attachment> updateAttachment(String tournament, int matchId, int attachmentId, AttachmentQuery attachment) throws IOException, ChallongeException
public ChallongeApiCall<Attachment> deleteAttachment(String tournament, int matchId, int attachmentId) throws IOException, ChallongeException
Copyright © 2016. All rights reserved.