backlog4j.User 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
A Java library for Backlog API
package backlog4j;
/**
* @author eguchi
*/
public interface User {
Integer getId();
String getName();
String getLang();
String getUpdatedOn();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy