Uses of Class
com.restfb.types.User
Package
Description
Default implementations of Facebook
Graph API Objects.
Special types to interact with the Facebook Marketing
API.
-
Uses of User in com.restfb.types
Modifier and TypeMethodDescriptionFrom.getAsUser()
returns the from field asUser
objectVideoCopyright.getCreator()
The account that created the copyrightVideoCopyrightRule.getCreator()
The person who created the match ruleProjectExperience.getFrom()
User.Experience.getFrom()
Page.getLeadgenTosAcceptingUser()
Indicates the user who accepted the TOS for running LeadGen Ads on the pageOpenGraphRating.getReviewer()
Person who rated the objectUser.getSignificantOther()
The user's significant other.PageAdminNote.getUser()
The user that this note is attached to.Payment.getUser()
The consumer's first and last name along with their user id.Modifier and TypeMethodDescriptionPageLabel.getUsers()
MusicVideoCopyright.getWhitelistedFbUsers()
ProjectExperience.getWith()
User.Experience.getWith()
Tagged usersModifier and TypeMethodDescriptionboolean
boolean
MusicVideoCopyright.addWhitelistedFbUser
(User whitelistedFbUser) boolean
boolean
boolean
PageLabel.removeUser
(User user) boolean
MusicVideoCopyright.removeWhitelistedFbUsers
(User whitelistedFbUser) boolean
ProjectExperience.removeWith
(User withUser) boolean
User.Experience.removeWith
(User with) void
VideoCopyright.setCreator
(User creator) The account that created the copyrightvoid
VideoCopyrightRule.setCreator
(User creator) The person who created the match rulevoid
void
void
Page.setLeadgenTosAcceptingUser
(User leadgenTosAcceptingUser) Indicates the user who accepted the TOS for running LeadGen Ads on the pagevoid
OpenGraphRating.setReviewer
(User reviewer) Person who rated the objectvoid
User.setSignificantOther
(User significantOther) The user's significant other.void
void
The user that this note is attached to.void
The consumer's first and last name along with their user id. -
Uses of User in com.restfb.types.ads
Modifier and TypeMethodDescriptionAdStudy.getCreatedBy()
AdAccountCreationRequest.getCreator()
AdStudy.getUpdatedBy()
Modifier and TypeMethodDescriptionvoid
AdStudy.setCreatedBy
(User createdBy) void
AdAccountCreationRequest.setCreator
(User creator) void
AdStudy.setUpdatedBy
(User updatedBy)