Class 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 from me/music.
Since:
1.6.3
Author:
Patrick Alberts
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getCreatedTime

      public Date getCreatedTime()
      The time the connection was initially created.
      Specified by:
      getCreatedTime in interface HasCreatedTime
      Returns:
      The time the connection was initially created.
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      The time the connection was initially created.