Package com.restfb.types
Class UserInvitableFriend
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.UserInvitableFriend
- All Implemented Interfaces:
HasProfilePicture
,Serializable
Represents the User
Invitable Friend Graph API type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
convertPicture
(JsonMapper jsonMapper) void
setFirstName
(String firstName) void
setLastName
(String lastName) void
setMiddleName
(String middleName) void
setPicture
(ProfilePictureSource picture) Methods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.restfb.types.features.HasProfilePicture
convertPicture
-
Constructor Details
-
UserInvitableFriend
public UserInvitableFriend()
-
-
Method Details
-
convertPicture
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getMiddleName
-
setMiddleName
-
getPicture
- Specified by:
getPicture
in interfaceHasProfilePicture
-
setPicture
-