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

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

/**
 * Simple common API for all types of counter objects; does not
 * include per-content-type configuration methods.
 */
public interface Counter
{
    /**
     * Method to call to actually execute call by sending request to
     * service.
     */
    public int count() throws NingClientException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy