com.ning.api.client.action.Updater Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ning-api-java Show documentation
Show all versions of ning-api-java Show documentation
Java client library for accessing Ning external API
package com.ning.api.client.action;
import com.ning.api.client.NingClientException;
import com.ning.api.client.item.ContentItem;
public interface Updater>
{
/**
* Method to call to update an existing item, based on configuration of this
* updater instance
*
* @throws NingClientException If request fails for some reason
*/
public void update() throws NingClientException;
}