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

twitter4jads.internal.models4j.Category Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 *
 * @since Twitter4J 2.1.1
 */
public interface Category {
    String getName();

    String getSlug();

    int getSize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy