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
Represents a Connection to a Page Graph API
type , for example the Pages returned from
me/music
.- Since:
- 1.6.3
- Author:
- Patrick Alberts
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
PageConnection
public PageConnection()
-
-
Method Details
-
getCreatedTime
The time the connection was initially created.- Specified by:
getCreatedTime
in interfaceHasCreatedTime
- Returns:
- The time the connection was initially created.
-
setCreatedTime
The time the connection was initially created.
-