com.nulabinc.backlog4j.PostedAttachment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backlog4j Show documentation
Show all versions of backlog4j Show documentation
Backlog4j is a Backlog binding library for Java.
package com.nulabinc.backlog4j;
/**
* The interface for Backlog posted attachment file.
*
* @author nulab-inc
*/
public interface PostedAttachment {
long getId();
String getIdAsString();
String getName();
long getSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy