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 asUserobjectVideoCopyright.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 TypeMethodDescriptionbooleanbooleanMusicVideoCopyright.addWhitelistedFbUser(User whitelistedFbUser) booleanbooleanbooleanPageLabel.removeUser(User user) booleanMusicVideoCopyright.removeWhitelistedFbUsers(User whitelistedFbUser) booleanProjectExperience.removeWith(User withUser) booleanUser.Experience.removeWith(User with) voidVideoCopyright.setCreator(User creator) The account that created the copyrightvoidVideoCopyrightRule.setCreator(User creator) The person who created the match rulevoidvoidvoidPage.setLeadgenTosAcceptingUser(User leadgenTosAcceptingUser) Indicates the user who accepted the TOS for running LeadGen Ads on the pagevoidOpenGraphRating.setReviewer(User reviewer) Person who rated the objectvoidUser.setSignificantOther(User significantOther) The user's significant other.voidvoidThe user that this note is attached to.voidThe 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 TypeMethodDescriptionvoidAdStudy.setCreatedBy(User createdBy) voidAdAccountCreationRequest.setCreator(User creator) voidAdStudy.setUpdatedBy(User updatedBy)