Class TrelloAttachment

    • Method Detail

      • create

        public static Attachment create​(com.julienvey.trello.domain.Attachment attachment,
                                        com.julienvey.trello.domain.Card card,
                                        AttachmentDirectory dir)
      • getFileName

        public File getFileName()
        Description copied from interface: Attachment
        The name of the attachment file.
        Specified by:
        getFileName in interface Attachment
        Returns:
        the name of the file
      • download

        public Attachment download()
        Description copied from interface: Attachment
        Downlaods the file to local file system.
        Specified by:
        download in interface Attachment
        Returns:
        the name of the local file.