All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nulabinc.backlog4j.Attachment Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package com.nulabinc.backlog4j;

import java.util.Date;

/**
 * The interface for Backlog attachment file.
 *
 * @author nulab-inc
 */
public interface Attachment {

    long getId();

    String getIdAsString();

    String getName();

    long getSize();

    User getCreatedUser();

    Date getCreated();

    boolean isImage();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy