Uses of Class
org.pac4j.oauth.profile.facebook.FacebookObject
Packages that use FacebookObject
-
Uses of FacebookObject in org.pac4j.oauth.profile.facebook
Methods in org.pac4j.oauth.profile.facebook that return FacebookObjectModifier and TypeMethodDescriptionFacebookEducation.getDegree()Getter for the fielddegree.FacebookWork.getEmployer()Getter for the fieldemployer.FacebookMusicListen.getFrom()Getter for the fieldfrom.FacebookPhoto.getFrom()Getter for the fieldfrom.FacebookProfile.getHometown()getHometown.FacebookWork.getLocation()Getter for the fieldlocation.FacebookProfile.getLocationObject()getLocationObject.FacebookWork.getPosition()Getter for the fieldposition.FacebookEducation.getSchool()Getter for the fieldschool.FacebookProfile.getSignificantOther()getSignificantOther.FacebookEducation.getYear()Getter for the fieldyear.Methods in org.pac4j.oauth.profile.facebook that return types with arguments of type FacebookObjectModifier and TypeMethodDescriptionFacebookEducation.getConcentration()Getter for the fieldconcentration.FacebookProfile.getFavoriteAthletes()getFavoriteAthletes.FacebookProfile.getFavoriteTeams()getFavoriteTeams.FacebookProfile.getFriends()getFriends.FacebookProfile.getLanguages()getLanguages.Methods in org.pac4j.oauth.profile.facebook with parameters of type FacebookObjectModifier and TypeMethodDescriptionvoidFacebookEducation.setDegree(FacebookObject degree) Setter for the fielddegree.voidFacebookWork.setEmployer(FacebookObject employer) Setter for the fieldemployer.voidFacebookMusicListen.setFrom(FacebookObject from) Setter for the fieldfrom.voidFacebookPhoto.setFrom(FacebookObject from) Setter for the fieldfrom.voidFacebookWork.setLocation(FacebookObject location) Setter for the fieldlocation.voidFacebookWork.setPosition(FacebookObject position) Setter for the fieldposition.voidFacebookEducation.setSchool(FacebookObject school) Setter for the fieldschool.voidFacebookEducation.setYear(FacebookObject year) Setter for the fieldyear.Method parameters in org.pac4j.oauth.profile.facebook with type arguments of type FacebookObjectModifier and TypeMethodDescriptionvoidFacebookEducation.setConcentration(List<FacebookObject> concentration) Setter for the fieldconcentration.