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

com.ning.api.client.action.Creator Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.ning.api.client.action;

import com.ning.api.client.NingClientException;
import com.ning.api.client.item.ContentItem;

/**
 * Common parts of API for type-specific creators.
 */
public interface Creator>
{
    /**
     * Method to call to create a new item, based on configuration of this
     * creator instance
     * 
     * @throws NingClientException If request fails for some reason
     */
    public void create() throws NingClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy