Uses of Class
com.restfb.types.NamedFacebookType
Packages that use NamedFacebookType
Package
Description
Default implementations of Facebook
Graph API Objects.
Contains all types that are necessary to interact with
the Instagram Graph API.
-
Uses of NamedFacebookType in com.restfb.types
Subclasses of NamedFacebookType in com.restfb.typesModifier and TypeClassDescriptionclassRepresents the Account Graph API type.classRepresents the Album Graph API type.classRepresents the Application Graph API type.static classRepresents the Cover Graph API type.classSuperclass for Graph API types that include acategoryfield.classRepresents a category element used by place and pageclassRepresents the EntityAtTextRange API type.classRepresents the Event Graph API type.classclassRepresents the FriendList Graph API type .classFromtype is used as replacement for the case we need a user or a page.classRepresents the Group Graph API type.classRepresents the Insight Graph API type.classRepresents the Instagram User API type.static classclassRepresents the Link Graph API type.static classRepresents the Message Share Graph API type.classRepresents the Message Tag Graph API type.classRepresents the Open Graph Action TypeclassRepresents the Open Graph Object TypeclassRepresents the Page Graph API type.classRepresents a Connection to a Page Graph API type , for example the Pages returned fromme/music.classclassRepresents the Page Tab typeclassRepresents the Photo Graph API type.static classRepresents the Tag Graph API type.classstatic classclassRepresets the Project Experience typeclassRepresents the SearchPlaceclassRepresents the User Graph API type.static classstatic classRepresents the Sport Graph API type.classRepresents the User Invitable Friend Graph API type.classRespresents the User Profile object as defined hereclassRepresents the Video Graph API type.static classRepresents the Video Thumbnail Graph API type.classRepresents the Video Copyright Rule typeMethods in com.restfb.types that return NamedFacebookTypeModifier and TypeMethodDescriptionPost.getAdminCreator()ID of admin who created the post.Checkin.getApplication()The ID and name of the application that made the check-in.Post.getApplication()The application used to create this post.PageLabel.getCreatorId()AppRequest.getFrom()The sender user associated with the request.Checkin.getFrom()The ID and name of the user who made the check-in.Link.getFrom()An object containing the name and ID of the user who posted the link.Note.getFrom()The ID of the user who posted the note.Notification.getFrom()The entity (user, page, app, etc.) that 'sent', or is the source of the notification.PageRating.getFrom()Person who rated the pageReview.getFrom()The user that created the review.User.getHometown()Duplicate mapping for "hometown" since FB can return it differently in different situations. -- GETTER -- The user's hometown.User.getLocation()he person's current location as entered by them on their profile.Comment.getObject()Parent object this comment was made on.EntityAtTextRange.getObject()The object itselfNotification.getObject()The object (this can be a post, a photo, a comment, etc.) that was the subject of the notification.Group.getOwner()An object containing the name and ID of the user who owns the group.Group.getParent()The parent of this group, if it exists.Post.getTarget()The profile this was posted on if different from the author.AppRequest.getTo()The recipient user associated with the request.Notification.getTo()The entity that received the notification.Review.getTo()The app to which this review applies.Methods in com.restfb.types that return types with arguments of type NamedFacebookTypeModifier and TypeMethodDescriptionFacebookType.Metadata.getFields()Existing fields in the current typeConversation.getFormerParticipants()Users who used to be on this message conversation.Conversation.getSenders()Users who send a message on the conversationPost.getSponsorTags()A sponsor tag points to a Facebook Page.Checkin.getTags()Tags for the check-in.Video.getTags()Tags for the video.Post.getTo()A list of the profiles mentioned or targeted in this post.Thread.getTo()A list of the Thread subscriberUser.Sport.getWith()Friends associated with this sport.Post.FeedTargeting.getWorkNetworks()Company, organization, or other workplace.Methods in com.restfb.types with parameters of type NamedFacebookTypeModifier and TypeMethodDescriptionbooleanFacebookType.Metadata.addField(NamedFacebookType field) booleanConversation.addFormerParticipant(NamedFacebookType formerParticipant) booleanConversation.addSender(NamedFacebookType sender) booleanPost.addSponsorTag(NamedFacebookType sponsorTag) booleanCheckin.addTag(NamedFacebookType tag) booleanVideo.addTag(NamedFacebookType tag) booleanPost.addTo(NamedFacebookType profile) booleanThread.addTo(NamedFacebookType subscriber) booleanUser.Sport.addWith(NamedFacebookType withSport) booleanPost.FeedTargeting.addWorkNetwork(NamedFacebookType workNetwork) booleanPost.Targeting.removeCity(NamedFacebookType city) booleanFacebookType.Metadata.removeField(NamedFacebookType field) booleanConversation.removeFormerParticipant(NamedFacebookType formerParticipant) booleanPost.Targeting.removeRegion(NamedFacebookType region) booleanConversation.removeSender(NamedFacebookType sender) booleanPost.removeSponsorTag(NamedFacebookType sponsorTag) booleanCheckin.removeTag(NamedFacebookType tag) booleanVideo.removeTag(NamedFacebookType tag) booleanPost.removeTo(NamedFacebookType profile) booleanThread.removeTo(NamedFacebookType subscriber) booleanUser.Sport.removeWith(NamedFacebookType withSport) booleanPost.FeedTargeting.removeWorkNetwork(NamedFacebookType workNetwork) voidPost.setAdminCreator(NamedFacebookType adminCreator) ID of admin who created the post.voidCheckin.setApplication(NamedFacebookType application) The ID and name of the application that made the check-in.voidPost.setApplication(NamedFacebookType application) The application used to create this post.voidPageLabel.setCreatorId(NamedFacebookType creatorId) voidAppRequest.setFrom(NamedFacebookType from) The sender user associated with the request.voidCheckin.setFrom(NamedFacebookType from) The ID and name of the user who made the check-in.voidLink.setFrom(NamedFacebookType from) An object containing the name and ID of the user who posted the link.voidNote.setFrom(NamedFacebookType from) The ID of the user who posted the note.voidNotification.setFrom(NamedFacebookType from) The entity (user, page, app, etc.) that 'sent', or is the source of the notification.voidPageRating.setFrom(NamedFacebookType from) Person who rated the pagevoidReview.setFrom(NamedFacebookType from) The user that created the review.voidUser.setHometown(NamedFacebookType hometown) Duplicate mapping for "hometown" since FB can return it differently in different situations. -- GETTER -- The user's hometown.voidUser.setLocation(NamedFacebookType location) he person's current location as entered by them on their profile.voidComment.setObject(NamedFacebookType object) Parent object this comment was made on.voidEntityAtTextRange.setObject(NamedFacebookType object) The object itselfvoidNotification.setObject(NamedFacebookType object) The object (this can be a post, a photo, a comment, etc.) that was the subject of the notification.voidGroup.setOwner(NamedFacebookType owner) An object containing the name and ID of the user who owns the group.voidGroup.setParent(NamedFacebookType parent) The parent of this group, if it exists.voidPost.setTarget(NamedFacebookType target) The profile this was posted on if different from the author.voidAppRequest.setTo(NamedFacebookType to) The recipient user associated with the request.voidNotification.setTo(NamedFacebookType to) The entity that received the notification.voidReview.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 -
Uses of NamedFacebookType in com.restfb.types.instagram
Subclasses of NamedFacebookType in com.restfb.types.instagramModifier and TypeClassDescriptionclassRepresents a Instagram Hashtag objectclassRepresents the instagram user type used in the Graph API and contains additional fields for the instagram API with instagram login User objectclassRespresents the Instagram User Profile object as defined here -
Uses of NamedFacebookType in com.restfb.types.threads
Subclasses of NamedFacebookType in com.restfb.types.threads -
Uses of NamedFacebookType in com.restfb.types.whatsapp
Subclasses of NamedFacebookType in com.restfb.types.whatsappModifier and TypeClassDescriptionclassRepresents the WhatsApp Message Template typeclassclassRepresents the WhatsApp Business Account typeclassRepresents the WhatsApp Message Template type