public class OEmbedJSONImpl extends Object implements OEmbed, Serializable
NONE, READ, READ_WRITE, READ_WRITE_DIRECTMESSAGES| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAccessLevel() |
String |
getAuthorName()
The name of the author/owner of the resource.
|
String |
getAuthorURL()
A URL for the author/owner of the resource.
|
long |
getCacheAge()
The suggested cache lifetime for this resource, in seconds.
|
String |
getHtml()
The HTML required to display the resource.
|
RateLimitStatus |
getRateLimitStatus()
Returns the current rate limit status if available.
|
String |
getURL()
The url of the resource provider.
The source URL of the image. |
String |
getVersion()
The oEmbed version number.
|
int |
getWidth()
The width in pixels of the image specified in the url parameter.
|
int |
hashCode() |
String |
toString() |
getAccessLevel, getRateLimitStatuspublic String getHtml()
OEmbedpublic String getAuthorName()
OEmbedgetAuthorName in interface OEmbedpublic String getURL()
OEmbedpublic String getVersion()
OEmbedgetVersion in interface OEmbedpublic long getCacheAge()
OEmbedgetCacheAge in interface OEmbedpublic String getAuthorURL()
OEmbedgetAuthorURL in interface OEmbedpublic int getWidth()
OEmbedpublic RateLimitStatus getRateLimitStatus()
TwitterResponsegetRateLimitStatus in interface TwitterResponsepublic int getAccessLevel()
getAccessLevel in interface TwitterResponseCopyright © 2018. All rights reserved.