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

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

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