| Package | Description |
|---|---|
| org.springframework.social.twitter.api |
Spring Social's Service API for Twitter
|
| org.springframework.social.twitter.api.impl |
Implementation of Spring Social's Service API for Facebook
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceFamily |
ResourceFamily.getResourceFamily(String name) |
static ResourceFamily |
ResourceFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceFamily[] |
ResourceFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResourceFamily,List<RateLimitStatus>> |
UserOperations.getRateLimitStatus(ResourceFamily... resources)
Retrieves the rate limit statuses for each of the resource families passed as arguments
Supports either user or application authorization.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResourceFamily,List<RateLimitStatus>> |
UserOperations.getRateLimitStatus(ResourceFamily... resources)
Retrieves the rate limit statuses for each of the resource families passed as arguments
Supports either user or application authorization.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResourceFamily,List<RateLimitStatus>> |
RateLimitStatusHolder.getRateLimits()
The map of rate limit statuses per resource family
|
| Constructor and Description |
|---|
RateLimitStatusHolder(Map<ResourceFamily,List<RateLimitStatus>> rateLimitsResultMap) |
Copyright © 2016. All rights reserved.