![JAR search and dependency download from the Maven repository](/logo.png)
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