Uses of Class
com.restfb.types.User
-
Packages that use User 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. -
-
Uses of User in com.restfb.types
Methods in com.restfb.types that return User Modifier and Type Method Description User
From. getAsUser()
returns the from field asUser
objectUser
VideoCopyright. getCreator()
The account that created the copyrightUser
VideoCopyrightRule. getCreator()
The person who created the match ruleUser
ProjectExperience. getFrom()
User
User.Experience. getFrom()
User
Page. getLeadgenTosAcceptingUser()
Indicates the user who accepted the TOS for running LeadGen Ads on the pageUser
OpenGraphRating. getReviewer()
Person who rated the objectUser
User. getSignificantOther()
The user's significant other.User
PageAdminNote. getUser()
The user that this note is attached to.User
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 User Modifier and Type Method Description List<User>
PageLabel. getUsers()
List<User>
MusicVideoCopyright. getWhitelistedFbUsers()
List<User>
ProjectExperience. getWith()
List<User>
User.Experience. getWith()
Tagged usersMethods in com.restfb.types with parameters of type User Modifier and Type Method Description boolean
PageLabel. addUser(User user)
boolean
MusicVideoCopyright. addWhitelistedFbUser(User whitelistedFbUser)
boolean
ProjectExperience. addWith(User withUser)
boolean
User.Experience. addWith(User with)
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
ProjectExperience. setFrom(User from)
void
User.Experience. setFrom(User from)
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
From. setUser(User user)
void
PageAdminNote. setUser(User user)
The user that this note is attached to.void
Payment. setUser(User user)
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 User Modifier and Type Method Description User
AdStudy. getCreatedBy()
User
AdAccountCreationRequest. getCreator()
User
AdStudy. getUpdatedBy()
Methods in com.restfb.types.ads with parameters of type User Modifier and Type Method Description void
AdStudy. setCreatedBy(User createdBy)
void
AdAccountCreationRequest. setCreator(User creator)
void
AdStudy. setUpdatedBy(User updatedBy)
-