com.restfb.types
Class PageConnection

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

public class PageConnection
extends CategorizedFacebookType

Represents a Connection to a Page Graph API type, e.g. the Pages returned from me/music.

Since:
1.6.3
Author:
Patrick Alberts
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
PageConnection()
           
 
Method Summary
 Date getCreatedTime()
          The time the connection was initially created.
 
Methods inherited from class com.restfb.types.CategorizedFacebookType
getCategory
 
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

PageConnection

public PageConnection()
Method Detail

getCreatedTime

public Date getCreatedTime()
The time the connection was initially created.

Returns:
The time the connection was initially created.


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