
com.ning.api.client.item.ContentItem Maven / Gradle / Ivy
package com.ning.api.client.item;
import org.joda.time.DateTime;
/**
* Shared base class for all types of content items.
*
* @author tatu
*/
public interface ContentItem,
T extends ContentItem>
{
public Key id();
public DateTime getCreatedDate();
public String getAuthor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy