Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
twitter4j.api |
APIs represents Twitter API resources
|
twitter4j.json |
this package is deprecated.
|
Modifier and Type | Method and Description |
---|---|
RateLimitStatus |
TwitterResponse.getRateLimitStatus()
Returns the current rate limit status if available.
|
RateLimitStatus |
ResponseList.getRateLimitStatus() |
RateLimitStatus |
RateLimitStatusEvent.getRateLimitStatus() |
RateLimitStatus |
TwitterException.getRateLimitStatus() |
Modifier and Type | Method and Description |
---|---|
static Map<String,RateLimitStatus> |
TwitterObjectFactory.createRateLimitStatus(String rawJSON)
Constructs a RateLimitStatus object from rawJSON string.
|
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)
Deprecated.
Constructs a RateLimitStatus object from rawJSON string.
|
Copyright © 2018. All rights reserved.