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

com.ning.api.client.action.Updater 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;

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy