Package com.restfb.types
Class NamedFacebookType
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.FacebookType
-
- com.restfb.types.NamedFacebookType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Album
,AppRequest.Application
,CategorizedFacebookType
,Category
,EntityAtTextRange
,Event
,ExtendedReferenceType
,FriendList
,From
,Group
,IgHashtag
,IgUser
,IgUserProfile
,Insight
,InstagramUser
,Likes.LikeItem
,Link
,Message.Share
,MessageTag
,OpenGraphActionType
,OpenGraphObjectType
,PageLabel
,PageTab
,Photo
,Photo.Tag
,Place
,Post.KeyedType
,ProjectExperience
,SearchPlace
,User
,User.Experience
,User.Sport
,UserInvitableFriend
,UserProfile
,Video
,Video.Thumbnail
,VideoCopyrightRule
,WABAMessageTemplate
,WABAOnBehalfOfComputedInfo
,WhatsAppBusinessAccount
,WhatsAppMessageTemplate
public class NamedFacebookType extends FacebookType
- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description NamedFacebookType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name field for this type.void
setName(String name)
The name field for this type.-
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
NamedFacebookType
public NamedFacebookType()
-
-