Uses of Class
com.restfb.types.NamedFacebookType
-
Packages that use NamedFacebookType Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.features com.restfb.types.instagram Contains all types that are necessary to interact with the Instagram Graph API.com.restfb.types.whatsapp -
-
Uses of NamedFacebookType in com.restfb.types
Subclasses of NamedFacebookType in com.restfb.types Modifier and Type Class Description class
Account
Represents the Account Graph API type.class
Album
Represents the Album Graph API type.class
Application
Represents the Application Graph API type.static class
AppRequest.Application
Represents the Cover Graph API type.class
CategorizedFacebookType
Superclass for Graph API types that include acategory
field.class
Category
Represents a category element used by place and pageclass
EntityAtTextRange
Represents the EntityAtTextRange API type.class
Event
Represents the Event Graph API type.class
ExtendedReferenceType
class
FriendList
Represents the FriendList Graph API type .class
From
From
type is used as replacement for the case we need a user or a page.class
Group
Represents the Group Graph API type.class
Insight
Represents the Insight Graph API type.class
InstagramUser
Represents the Instagram User API type.static class
Likes.LikeItem
class
Link
Represents the Link Graph API type.static class
Message.Share
Represents the Message Share Graph API type.class
MessageTag
Represents the Message Tag Graph API type.class
OpenGraphActionType
Represents the Open Graph Action Typeclass
OpenGraphObjectType
Represents the Open Graph Object Typeclass
Page
Represents the Page Graph API type.class
PageConnection
Represents a Connection to a Page Graph API type , for example the Pages returned fromme/music
.class
PageLabel
class
PageTab
Represents the Page Tab typeclass
Photo
Represents the Photo Graph API type.static class
Photo.Tag
Represents the Tag Graph API type.class
Place
static class
Post.KeyedType
class
ProjectExperience
Represets the Project Experience typeclass
SearchPlace
Represents the SearchPlaceclass
User
Represents the User Graph API type.static class
User.Experience
static class
User.Sport
Represents the Sport Graph API type.class
UserInvitableFriend
Represents the User Invitable Friend Graph API type.class
UserProfile
Respresents the User Profile object as defined hereclass
Video
Represents the Video Graph API type.static class
Video.Thumbnail
Represents the Video Thumbnail Graph API type.class
VideoCopyrightRule
Represents the Video Copyright Rule typeMethods in com.restfb.types that return NamedFacebookType Modifier and Type Method Description NamedFacebookType
Post. getAdminCreator()
ID of admin who created the post.NamedFacebookType
Checkin. getApplication()
The ID and name of the application that made the check-in.NamedFacebookType
Post. getApplication()
The application used to create this post.NamedFacebookType
PageLabel. getCreatorId()
NamedFacebookType
AppRequest. getFrom()
The sender user associated with the request.NamedFacebookType
Checkin. getFrom()
The ID and name of the user who made the check-in.NamedFacebookType
Link. getFrom()
An object containing the name and ID of the user who posted the link.NamedFacebookType
Note. getFrom()
The ID of the user who posted the note.NamedFacebookType
Notification. getFrom()
The entity (user, page, app, etc.) that 'sent', or is the source of the notification.NamedFacebookType
PageRating. getFrom()
Person who rated the pageNamedFacebookType
Review. getFrom()
The user that created the review.NamedFacebookType
User. getHometown()
Duplicate mapping for "hometown" since FB can return it differently in different situations. -- GETTER -- The user's hometown.NamedFacebookType
User. getLocation()
he person's current location as entered by them on their profile.NamedFacebookType
Comment. getObject()
Parent object this comment was made on.NamedFacebookType
EntityAtTextRange. getObject()
The object itselfNamedFacebookType
Notification. getObject()
The object (this can be a post, a photo, a comment, etc.) that was the subject of the notification.NamedFacebookType
Group. getOwner()
An object containing the name and ID of the user who owns the group.NamedFacebookType
Group. getParent()
The parent of this group, if it exists.NamedFacebookType
Post. getTarget()
The profile this was posted on if different from the author.NamedFacebookType
AppRequest. getTo()
The recipient user associated with the request.NamedFacebookType
Notification. getTo()
The entity that received the notification.NamedFacebookType
Review. getTo()
The app to which this review applies.Methods in com.restfb.types that return types with arguments of type NamedFacebookType Modifier and Type Method Description List<NamedFacebookType>
FacebookType.Metadata. getFields()
Existing fields in the current typeList<NamedFacebookType>
Conversation. getFormerParticipants()
Users who used to be on this message conversation.List<NamedFacebookType>
Conversation. getSenders()
Users who send a message on the conversationList<NamedFacebookType>
Post. getSponsorTags()
A sponsor tag points to a Facebook Page.List<NamedFacebookType>
Checkin. getTags()
Tags for the check-in.List<NamedFacebookType>
Video. getTags()
Tags for the video.List<NamedFacebookType>
Post. getTo()
A list of the profiles mentioned or targeted in this post.List<NamedFacebookType>
Thread. getTo()
A list of the Thread subscriberList<NamedFacebookType>
User.Sport. getWith()
Friends associated with this sport.List<NamedFacebookType>
Post.FeedTargeting. getWorkNetworks()
Company, organization, or other workplace.Methods in com.restfb.types with parameters of type NamedFacebookType Modifier and Type Method Description boolean
FacebookType.Metadata. addField(NamedFacebookType field)
boolean
Conversation. addFormerParticipant(NamedFacebookType formerParticipant)
boolean
Conversation. addSender(NamedFacebookType sender)
boolean
Post. addSponsorTag(NamedFacebookType sponsorTag)
boolean
Checkin. addTag(NamedFacebookType tag)
boolean
Video. addTag(NamedFacebookType tag)
boolean
Post. addTo(NamedFacebookType profile)
boolean
Thread. addTo(NamedFacebookType subscriber)
boolean
User.Sport. addWith(NamedFacebookType withSport)
boolean
Post.FeedTargeting. addWorkNetwork(NamedFacebookType workNetwork)
boolean
Post.Targeting. removeCity(NamedFacebookType city)
boolean
FacebookType.Metadata. removeField(NamedFacebookType field)
boolean
Conversation. removeFormerParticipant(NamedFacebookType formerParticipant)
boolean
Post.Targeting. removeRegion(NamedFacebookType region)
boolean
Conversation. removeSender(NamedFacebookType sender)
boolean
Post. removeSponsorTag(NamedFacebookType sponsorTag)
boolean
Checkin. removeTag(NamedFacebookType tag)
boolean
Video. removeTag(NamedFacebookType tag)
boolean
Post. removeTo(NamedFacebookType profile)
boolean
Thread. removeTo(NamedFacebookType subscriber)
boolean
User.Sport. removeWith(NamedFacebookType withSport)
boolean
Post.FeedTargeting. removeWorkNetwork(NamedFacebookType workNetwork)
void
Post. setAdminCreator(NamedFacebookType adminCreator)
ID of admin who created the post.void
Checkin. setApplication(NamedFacebookType application)
The ID and name of the application that made the check-in.void
Post. setApplication(NamedFacebookType application)
The application used to create this post.void
PageLabel. setCreatorId(NamedFacebookType creatorId)
void
AppRequest. setFrom(NamedFacebookType from)
The sender user associated with the request.void
Checkin. setFrom(NamedFacebookType from)
The ID and name of the user who made the check-in.void
Link. setFrom(NamedFacebookType from)
An object containing the name and ID of the user who posted the link.void
Note. setFrom(NamedFacebookType from)
The ID of the user who posted the note.void
Notification. setFrom(NamedFacebookType from)
The entity (user, page, app, etc.) that 'sent', or is the source of the notification.void
PageRating. setFrom(NamedFacebookType from)
Person who rated the pagevoid
Review. setFrom(NamedFacebookType from)
The user that created the review.void
User. setHometown(NamedFacebookType hometown)
Duplicate mapping for "hometown" since FB can return it differently in different situations. -- GETTER -- The user's hometown.void
User. setLocation(NamedFacebookType location)
he person's current location as entered by them on their profile.void
Comment. setObject(NamedFacebookType object)
Parent object this comment was made on.void
EntityAtTextRange. setObject(NamedFacebookType object)
The object itselfvoid
Notification. setObject(NamedFacebookType object)
The object (this can be a post, a photo, a comment, etc.) that was the subject of the notification.void
Group. setOwner(NamedFacebookType owner)
An object containing the name and ID of the user who owns the group.void
Group. setParent(NamedFacebookType parent)
The parent of this group, if it exists.void
Post. setTarget(NamedFacebookType target)
The profile this was posted on if different from the author.void
AppRequest. setTo(NamedFacebookType to)
The recipient user associated with the request.void
Notification. setTo(NamedFacebookType to)
The entity that received the notification.void
Review. setTo(NamedFacebookType to)
The app to which this review applies. -
Uses of NamedFacebookType in com.restfb.types.features
Methods in com.restfb.types.features that return NamedFacebookType Modifier and Type Method Description NamedFacebookType
HasFrom. getFrom()
-
Uses of NamedFacebookType in com.restfb.types.instagram
Subclasses of NamedFacebookType in com.restfb.types.instagram Modifier and Type Class Description class
IgHashtag
Represents a Instagram Hashtag objectclass
IgUser
Represents the instagram user type used in the Graph APIclass
IgUserProfile
Respresents the Instagram User Profile object as defined here -
Uses of NamedFacebookType in com.restfb.types.whatsapp
Subclasses of NamedFacebookType in com.restfb.types.whatsapp Modifier and Type Class Description class
WABAMessageTemplate
Represents the WhatsApp Message Template typeclass
WABAOnBehalfOfComputedInfo
class
WhatsAppBusinessAccount
Represents the WhatsApp Business Account typeclass
WhatsAppMessageTemplate
Represents the WhatsApp Message Template type
-