Uses of Class
com.restfb.types.User
Packages that use 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
Methods in com.restfb.types that return UserModifier 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.Methods in com.restfb.types that return types with arguments of type UserModifier and TypeMethodDescriptionPageLabel.getUsers()
MusicVideoCopyright.getWhitelistedFbUsers()
ProjectExperience.getWith()
User.Experience.getWith()
Tagged usersMethods in com.restfb.types with parameters of type UserModifier 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
Methods in com.restfb.types.ads that return UserModifier and TypeMethodDescriptionAdStudy.getCreatedBy()
AdAccountCreationRequest.getCreator()
AdStudy.getUpdatedBy()
Methods in com.restfb.types.ads with parameters of type UserModifier and TypeMethodDescriptionvoid
AdStudy.setCreatedBy
(User createdBy) void
AdAccountCreationRequest.setCreator
(User creator) void
AdStudy.setUpdatedBy
(User updatedBy)