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

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

There is a newer version: 2.6.0
Show newest version
package com.nulabinc.backlog4j;

import java.util.Date;

/**
 * The interface for Backlog viewed wiki data.
 *
 * @author nulab-inc
 */
public interface ViewedWiki {
    Wiki getPage();

    Date getUpdated();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy