Class WrappedAttachment

    • Method Detail

      • equals

        public boolean equals​(Object otherObject)
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getAttachment

        public com.asana.models.Attachment getAttachment()
      • getNumberInTask

        public int getNumberInTask()
      • getCreatedBy

        public @Nullable WrappedUser getCreatedBy()
      • getDownloadPath

        public @Nullable Path getDownloadPath()
        Returns the (relative) download path for this attachment.
      • getDownload

        public @Nullable CompletableFuture<Path> getDownload()
        Returns the future representing the download (which may still be in progress). The future will be completed with the (relative) download path for this attachment.