Package com.restfb.types
Class PageConnection
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- com.restfb.types.CategorizedFacebookType
-
- com.restfb.types.PageConnection
-
- All Implemented Interfaces:
HasCreatedTime
,Serializable
public class PageConnection extends CategorizedFacebookType implements HasCreatedTime
Represents a Connection to a Page Graph API type , for example the Pages returned fromme/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
Constructors Constructor Description PageConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedTime()
The time the connection was initially created.void
setCreatedTime(Date createdTime)
The time the connection was initially created.-
Methods inherited from class com.restfb.types.CategorizedFacebookType
getCategory, setCategory
-
Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
PageConnection
public PageConnection()
-
-
Method Detail
-
getCreatedTime
public Date getCreatedTime()
The time the connection was initially created.- Specified by:
getCreatedTime
in interfaceHasCreatedTime
- Returns:
- The time the connection was initially created.
-
setCreatedTime
public void setCreatedTime(Date createdTime)
The time the connection was initially created.
-
-