Package net.kemitix.ugiggle.trello
Class TrelloAttachment
- java.lang.Object
-
- net.kemitix.ugiggle.trello.TrelloAttachment
-
- All Implemented Interfaces:
Attachment
public class TrelloAttachment extends Object implements Attachment
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Attachmentcreate(com.julienvey.trello.domain.Attachment attachment, com.julienvey.trello.domain.Card card)Filedownload()FilegetFileName()
-
-
-
Method Detail
-
create
public static Attachment create(com.julienvey.trello.domain.Attachment attachment, com.julienvey.trello.domain.Card card)
-
getFileName
public File getFileName()
- Specified by:
getFileNamein interfaceAttachment
-
download
public File download()
- Specified by:
downloadin interfaceAttachment
-
-