twitter4j
Interface TwitterAPIConfiguration

All Superinterfaces:
java.io.Serializable, TwitterResponse
All Known Implementing Classes:
TwitterAPIConfigurationJSONImpl

public interface TwitterAPIConfiguration
extends TwitterResponse

Since:
Twitter4J 2.2.3
Author:
Yusuke Yamamoto - yusuke at mac.com

Field Summary
 
Fields inherited from interface twitter4j.TwitterResponse
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
 
Method Summary
 int getCharactersReservedPerMedia()
           
 int getMaxMediaPerUpload()
           
 java.lang.String[] getNonUsernamePaths()
           
 int getPhotoSizeLimit()
           
 java.util.Map<java.lang.Integer,MediaEntity.Size> getPhotoSizes()
           
 int getShortURLLength()
           
 int getShortURLLengthHttps()
           
 
Methods inherited from interface twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
 

Method Detail

getPhotoSizeLimit

int getPhotoSizeLimit()

getShortURLLength

int getShortURLLength()

getShortURLLengthHttps

int getShortURLLengthHttps()

getCharactersReservedPerMedia

int getCharactersReservedPerMedia()

getPhotoSizes

java.util.Map<java.lang.Integer,MediaEntity.Size> getPhotoSizes()

getNonUsernamePaths

java.lang.String[] getNonUsernamePaths()

getMaxMediaPerUpload

int getMaxMediaPerUpload()