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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe time the connection was initially created.voidsetCreatedTime(Date createdTime) The time the connection was initially created.Methods inherited from class com.restfb.types.CategorizedFacebookType
getCategory, setCategoryMethods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods 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:
getCreatedTimein interfaceHasCreatedTime- Returns:
- The time the connection was initially created.
-
setCreatedTime
The time the connection was initially created.
-