Package net.kemitix.ugiggle.trello
Class TrelloCard
- java.lang.Object
-
- net.kemitix.ugiggle.trello.TrelloCard
-
public class TrelloCard extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrelloCardcreate(com.julienvey.trello.domain.Card tcard, com.julienvey.trello.Trello trello, AttachmentDirectory attachmentDir)Stream<Attachment>findAttachments()StringgetName()
-
-
-
Method Detail
-
create
public static TrelloCard create(com.julienvey.trello.domain.Card tcard, com.julienvey.trello.Trello trello, AttachmentDirectory attachmentDir)
-
findAttachments
public Stream<Attachment> findAttachments()
-
getName
public String getName()
-
-