twitter4j
Interface ResponseList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>, Serializable, TwitterResponse
All Known Subinterfaces:
PagableResponseList<T>, SimilarPlaces

public interface ResponseList<T>
extends TwitterResponse, List<T>

List of TwitterResponse.

Author:
Yusuke Yamamoto - yusuke at mac.com

Field Summary
 
Fields inherited from interface twitter4j.TwitterResponse
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES
 
Method Summary
 RateLimitStatus getFeatureSpecificRateLimitStatus()
          Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()
 RateLimitStatus getRateLimitStatus()
          Returns the current rate limit status if available.
 
Methods inherited from interface twitter4j.TwitterResponse
getAccessLevel
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getRateLimitStatus

RateLimitStatus getRateLimitStatus()
Returns the current rate limit status if available.

Specified by:
getRateLimitStatus in interface TwitterResponse
Returns:
current rate limit status

getFeatureSpecificRateLimitStatus

RateLimitStatus getFeatureSpecificRateLimitStatus()
Returns the current feature-specific rate limit status if available.
This method is available in conjunction with Twitter#searchUsers()

Returns:
current rate limit status
Since:
Twitter4J 2.1.2
See Also:
Rate Limiting | Twitter Developers, Rate Limiting FAQ | Twitter Developers


Copyright © 2012. All Rights Reserved.