org.springframework.social.twitter.api
Class OEmbedTweet

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.OEmbedTweet

public class OEmbedTweet
extends TwitterObject

Represents an oEmbed Tweet object. Useful for embedding content in a page using provider-defined HTML and/or data. See the oEmbed specification at http://oembed.com/ and Twitter's https://dev.twitter.com/docs/api/1.1/get/statuses/oembed resource for more details.


Constructor Summary
OEmbedTweet()
           
 
Method Summary
 String getAuthorName()
           
 String getAuthorUrl()
           
 long getCacheAge()
           
 Integer getHeight()
           
 String getHtml()
           
 String getProviderName()
           
 String getProviderUrl()
           
 String getType()
           
 String getUrl()
           
 String getVersion()
           
 Integer getWidth()
           
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OEmbedTweet

public OEmbedTweet()
Method Detail

getType

public String getType()

getVersion

public String getVersion()

getAuthorName

public String getAuthorName()

getAuthorUrl

public String getAuthorUrl()

getProviderName

public String getProviderName()

getProviderUrl

public String getProviderUrl()

getCacheAge

public long getCacheAge()

getHeight

public Integer getHeight()

getWidth

public Integer getWidth()

getHtml

public String getHtml()

getUrl

public String getUrl()