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, getRateLimitStatus
public String getHtml()
OEmbed
public String getAuthorName()
OEmbed
getAuthorName
in interface OEmbed
public String getURL()
OEmbed
public String getVersion()
OEmbed
getVersion
in interface OEmbed
public long getCacheAge()
OEmbed
getCacheAge
in interface OEmbed
public String getAuthorURL()
OEmbed
getAuthorURL
in interface OEmbed
public int getWidth()
OEmbed
public RateLimitStatus getRateLimitStatus()
TwitterResponse
getRateLimitStatus
in interface TwitterResponse
public int getAccessLevel()
getAccessLevel
in interface TwitterResponse
Copyright © 2018. All rights reserved.