
com.nulabinc.backlog4j.Space 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.
The newest version!
package com.nulabinc.backlog4j;
import java.util.Date;
/**
* The interface for Backlog space data.
*
* @author nulab-inc
*/
public interface Space {
String getSpaceKey();
String getName();
long getOwnerId();
String getOwnerIdAsString();
String getLang();
String getTimezone();
String getReportSendTime();
String getTextFormattingRule();
Date getCreated();
Date getUpdated();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy