org.springframework.social.facebook.api
Class StoryTag

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.StoryTag

public class StoryTag
extends FacebookObject


Constructor Summary
StoryTag(String id, String name, Integer offset, Integer length)
           
 
Method Summary
 String getId()
           
 Integer getLength()
           
 String getName()
           
 Integer getOffset()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryTag

public StoryTag(String id,
                String name,
                Integer offset,
                Integer length)
Method Detail

getId

public String getId()

getName

public String getName()

getOffset

public Integer getOffset()

getLength

public Integer getLength()