Class PlaceTag

All Implemented Interfaces:
HasCreatedTime, Serializable

public class PlaceTag extends FacebookType implements HasCreatedTime
Represents the Place Tag Graph API type.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getCreatedTime

      public Date getCreatedTime()
      Time when the place was visited
      Specified by:
      getCreatedTime in interface HasCreatedTime
      Returns:
      Time when the place was visited
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      Time when the place was visited
    • getPlace

      public Page getPlace()
      The place that was visited
      Returns:
      The place that was visited
    • setPlace

      public void setPlace(Page place)
      The place that was visited