com.restfb.types
Class Url

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.Url
All Implemented Interfaces:
Serializable

public class Url
extends NamedFacebookType

Author:
Mark Allen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Url()
           
 
Method Summary
 String getCategory()
           
 Long getFanCount()
           
 String getLink()
           
 String getPicture()
           
 Long getShares()
           
 
Methods inherited from class com.restfb.types.NamedFacebookType
getName
 
Methods inherited from class com.restfb.types.FacebookType
equals, getId, getMetadata, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Url

public Url()
Method Detail

getShares

public Long getShares()

getPicture

public String getPicture()

getLink

public String getLink()

getCategory

public String getCategory()

getFanCount

public Long getFanCount()


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.