org.springframework.social.facebook.api
Class Tag

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

public class Tag
extends FacebookObject

Model class representing a tagged user in a video, photo, or checkin.


Constructor Summary
Tag(String id, String name, Integer x, Integer y, Date createdTime)
           
 
Method Summary
 Date getCreatedTime()
           
 String getId()
           
 String getName()
           
 Integer getX()
           
 Integer getY()
           
 
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

Tag

public Tag(String id,
           String name,
           Integer x,
           Integer y,
           Date createdTime)
Method Detail

getId

public String getId()

getName

public String getName()

getX

public Integer getX()

getY

public Integer getY()

getCreatedTime

public Date getCreatedTime()