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

com.ning.api.client.item.ContentItem Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy