Class Likes.LikeItem

All Implemented Interfaces:
HasCreatedTime, Serializable
Enclosing class:
Likes

public static class Likes.LikeItem extends NamedFacebookType implements HasCreatedTime
See Also:
  • Constructor Details

  • Method Details

    • getCreatedTime

      public Date getCreatedTime()
      created time is the date the Like was created.

      may be null if Facebook does not provide this information

      Specified by:
      getCreatedTime in interface HasCreatedTime
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      created time is the date the Like was created.

      may be null if Facebook does not provide this information