twitter4j
Interface TwitterAPIConfiguration

All Superinterfaces:
Serializable, TwitterResponse

public interface TwitterAPIConfiguration
extends TwitterResponse, Serializable

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()
           
 String[] getNonUsernamePaths()
           
 int getPhotoSizeLimit()
           
 Map<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

Map<Integer,MediaEntity.Size> getPhotoSizes()

getNonUsernamePaths

String[] getNonUsernamePaths()

getMaxMediaPerUpload

int getMaxMediaPerUpload()


Copyright © 2012. All Rights Reserved.