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

backlog4j.User Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package backlog4j;

/**
 * @author eguchi
 */
public interface User {
    Integer getId();

    String getName();

    String getLang();

    String getUpdatedOn();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy