com.nulabinc.backlog4j.Watch 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;
import java.util.Date;
/**
* The interface for Backlog Watch data.
*/
public interface Watch {
long getId();
String getIdAsString();
boolean getAlreadyRead();
String getAlreadyReadAsString();
String getNote();
String getType();
Issue getIssue();
Date getCreated();
Date getUpdated();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy