Uses of Interface
net.kemitix.ugiggle.trello.Attachment
-
-
Uses of Attachment in net.kemitix.ugiggle.trello
Classes in net.kemitix.ugiggle.trello that implement Attachment Modifier and Type Class Description classLocalAttachmentAn attachment that has already been downloaded.classTrelloAttachmentMethods in net.kemitix.ugiggle.trello that return Attachment Modifier and Type Method Description static AttachmentTrelloAttachment. create(com.julienvey.trello.domain.Attachment attachment, com.julienvey.trello.domain.Card card, AttachmentDirectory dir)AttachmentAttachment. download()Downlaods the file to local file system.AttachmentLocalAttachment. download()AttachmentTrelloAttachment. download()Methods in net.kemitix.ugiggle.trello that return types with arguments of type Attachment Modifier and Type Method Description Stream<Attachment>TrelloCard. findAttachments()
-