Class NamedFacebookType

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Album, AppRequest.Application, CategorizedFacebookType, Category, EntityAtTextRange, Event, ExtendedReferenceType, FriendList, Group, IgHashtag, IgUser, Insight, Likes.LikeItem, Link, Message.Share, MessageTag, OpenGraphActionType, OpenGraphObjectType, PageLabel, PageTab, Photo, Photo.Tag, Place, Post.KeyedType, ProjectExperience, SearchPlace, StatusMessage, User, User.EducationClass, User.Experience, User.Sport, UserInvitableFriend, UserProfile, Video, VideoCopyrightRule, WhatsAppBusinessAccount, WhatsAppMessageTemplate

public class NamedFacebookType extends FacebookType
Superclass for Graph API types that include a name field and (optionally) a created_time field.
Since:
1.5
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      The name field for this type.
      Returns:
      The name field for this type.
    • setName

      public void setName(String name)
      The name field for this type.