Package | Description |
---|---|
twitter4j | |
twitter4j.api | |
twitter4j.json |
Modifier and Type | Method and Description |
---|---|
RateLimitStatus |
TwitterResponse.getRateLimitStatus()
Returns the current rate limit status if available.
|
RateLimitStatus |
TwitterException.getRateLimitStatus()
Returns the current rate limit status if available.
|
RateLimitStatus |
ResponseList.getRateLimitStatus()
Returns the current rate limit status if available.
|
RateLimitStatus |
RateLimitStatusEvent.getRateLimitStatus() |
Modifier and Type | Method and Description |
---|---|
Map<String,RateLimitStatus> |
HelpResources.getRateLimitStatus()
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation. |
Map<String,RateLimitStatus> |
HelpResources.getRateLimitStatus(String... resources)
Returns the current rate limits for methods belonging to the specified resource families.
Each 1.1 API resource belongs to a "resource family" which is indicated in its method documentation. |
Modifier and Type | Method and Description |
---|---|
static Map<String,RateLimitStatus> |
DataObjectFactory.createRateLimitStatus(String rawJSON)
Constructs a RateLimitStatus object from rawJSON string.
|
Copyright © 2013. All Rights Reserved.