![JAR search and dependency download from the Maven repository](/logo.png)
twitter4jads.internal.models4j.TwitterAPIConfiguration Maven / Gradle / Ivy
The newest version!
package twitter4jads.internal.models4j;
import java.io.Serializable;
import java.util.Map;
/**
*
* @since Twitter4J 2.2.3
*/
public interface TwitterAPIConfiguration extends TwitterResponse, Serializable {
int getPhotoSizeLimit();
int getShortURLLength();
int getShortURLLengthHttps();
int getCharactersReservedPerMedia();
Map getPhotoSizes();
String[] getNonUsernamePaths();
int getMaxMediaPerUpload();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy