Uses of Class
com.restfb.types.FacebookType
-
Packages that use FacebookType Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.ads Special types to interact with the Facebook Marketing API.com.restfb.types.instagram Contains all types that are necessary to interact with the Instagram Graph API.com.restfb.types.threads com.restfb.types.whatsapp -
-
Uses of FacebookType in com.restfb.types
Subclasses of FacebookType 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
Application.ApplicationContext
Represents the Application Context Graph API type.class
AppRequest
Represents the App Request 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
Checkin
Represents the Check-In Graph API type.class
Comment
Represents the Comment Graph API type.class
Conversation
Represents the Conversation Graph API type.class
CopyrightReferenceContainer
Ported from Facebook Business Ads SDKclass
CoverPhoto
Represents the Cover Photo Graph API type.class
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.class
LiveVideo
Represents the Live Video API type.class
Location
Represents a location (address and latitude/longitude).class
Message
Represents the Message Graph API type .static class
Message.Attachment
Represents an attached file that you may find on a private message.static class
Message.Share
Represents the Message Share Graph API type.static class
Message.StoryMention
static class
Message.StoryReply
class
MessageTag
Represents the Message Tag Graph API type.class
Milestone
Represents the Milestone Graph API type.class
MusicVideoCopyright
Ported from Facebook Business Ads SDKclass
NamedFacebookType
class
Note
Represents the Note Graph API type.class
Notification
Represents the Notification Graph API type.class
OpenGraphActionType
Represents the Open Graph Action Typeclass
OpenGraphObjectType
Represents the Open Graph Object Typeclass
OpenGraphRating
Represents the Open Graph Rating API type.class
Page
Represents the Page Graph API type.class
PageAdminNote
Represents the Page Admin Note typeclass
PageCallToAction
Represents the Page Call To Action typeclass
PageConnection
Represents a Connection to a Page Graph API type , for example the Pages returned fromme/music
.class
PageLabel
class
PageLifeEvent
Represents the Life Event Graph API type.class
PageRating
Represents the Cover Graph API type.class
PageTab
Represents the Page Tab typeclass
Payment
Represents the Payment Graph API type.class
Photo
Represents the Photo Graph API type.static class
Photo.Tag
Represents the Tag Graph API type.class
Place
class
PlaceTag
Represents the Place Tag Graph API type.class
Post
Represents the Post Graph API type.static class
Post.KeyedType
class
PostCallToAction
class
ProjectExperience
Represets the Project Experience typeclass
Review
Represents the Review Graph API Typeclass
SavedMessageResponse
Respresents the Saved Message Response typeclass
SearchPlace
Represents the SearchPlacestatic class
SearchPlace.PagesPlatformComponentFlowServiceConfig
class
StoryAttachment
Represents the Story Attachment Graph API type.static class
StoryAttachment.Image
Image data as applicable for the attachmentstatic class
StoryAttachment.Media
Media data as applicable for the attachment.static class
StoryAttachment.Target
Target data as applicable for the attachmentclass
TestUser
Represents the Test User type.class
Thread
Represents the Thread Graph API type.class
Translation
Represents the Translations Graph API type.class
Url
Represents an external URL as it relates to the Facebook social graph - shares and comments from the URL on Facebook, and any Open Graph objects associated with the URL.static class
Url.OGObject
The Open Graph object that is canonically associated with this URL.class
User
Represents the User Graph API type.static class
User.Experience
static class
User.Sport
Represents the Sport Graph API type.class
UserIDForApp
Represents the UserIDForApp typeclass
UserIDForPage
Represents the UserIDForPage typeclass
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
VideoCopyright
Represents the Video Copyright typeclass
VideoCopyrightRule
Represents the Video Copyright Rule typeclass
VideoList
Represents the Video List Graph API type.class
VideoPoll
static class
VideoPoll.VideoPollOption
Methods in com.restfb.types that return FacebookType Modifier and Type Method Description FacebookType
User. getContext()
Social context for this personMethods in com.restfb.types that return types with arguments of type FacebookType Modifier and Type Method Description List<FacebookType>
Post.FeedTargeting. getCollegeNetworks()
Colleges, for college graduates.Methods in com.restfb.types with parameters of type FacebookType Modifier and Type Method Description boolean
Post.FeedTargeting. addCollegeNetwork(FacebookType collegeNetwork)
boolean
Post.FeedTargeting. removeCollegeNetwork(FacebookType collegeNetwork)
void
User. setContext(FacebookType context)
Social context for this person -
Uses of FacebookType in com.restfb.types.ads
Subclasses of FacebookType in com.restfb.types.ads Modifier and Type Class Description class
FundingSourceDetails
Represents the Funding Source Details type.class
RTBDynamicPost
-
Uses of FacebookType in com.restfb.types.instagram
Subclasses of FacebookType in com.restfb.types.instagram Modifier and Type Class Description class
IgComment
Represents a Instagram Comment objectclass
IgContainer
This class represents an Instagram container object.class
IgHashtag
Represents a Instagram Hashtag objectclass
IgMedia
Represents the instagram media typeclass
IgMediaChild
class
IgUser
Represents the instagram user type used in the Graph APIclass
IgUserProfile
Respresents the Instagram User Profile object as defined here -
Uses of FacebookType in com.restfb.types.threads
Subclasses of FacebookType in com.restfb.types.threads Modifier and Type Class Description class
TdMedia
Represents the Threads Media typeclass
TdReply
Represents the Reply or Conversation type -
Uses of FacebookType in com.restfb.types.whatsapp
Subclasses of FacebookType in com.restfb.types.whatsapp Modifier and Type Class Description class
ExtendedCredit
class
WABAMessageTemplate
Represents the WhatsApp Message Template typeclass
WABAOnBehalfOfComputedInfo
class
WhatsAppBusinessAccount
Represents the WhatsApp Business Account typeclass
WhatsAppBusinessAccountToNumberCurrentStatus
Represents the WhatsApp Business Account To Number Current Status typeclass
WhatsAppMessageTemplate
Represents the WhatsApp Message Template typeclass
WhatsAppNameVerificationRequest
Represents the WhatsApp Name Verification Request type
-