Provides a strongly-typed representation of a User as defined by the Graph API.
Note that this interface is intended to be used with GraphObject.Factory and not implemented directly.
구현: | GraphObject |
패키지: | model |
getId()
Returns the ID of the user.
public String getId()
setId(String)
Sets the ID of the user.
public void setId(String id)
매개변수 | 설명 |
---|---|
id | The ID of the user |
getName()
Returns the name of the user.
public String getName()
setName(String)
Sets the name of the user.
public void setName(String name)
매개변수 | 설명 |
---|---|
name | The name of the user |
getFirstName()
Returns the first name of the user.
public String getFirstName()
setFirstName(String)
Sets the first name of the user.
public void setFirstName(String firstName)
매개변수 | 설명 |
---|---|
firstName | The first name of the user |
getMiddleName()
Returns the middle name of the user.
public String getMiddleName()
setMiddleName(String)
Sets the middle name of the user.
public void setMiddleName(String middleName)
매개변수 | 설명 |
---|---|
middleName | The middle name of the user |
getLastName()
Returns the last name of the user.
public String getLastName()
setLastName(String)
Sets the last name of the user.
public void setLastName(String lastName)
매개변수 | 설명 |
---|---|
lastName | The last name of the user |
getLink()
Returns the Facebook URL of the user.
public String getLink()
setLink(String)
Sets the Facebook URL of the user.
public void setLink(String link)
매개변수 | 설명 |
---|---|
link | The Facebook URL of the user |
getUsername()
Returns the Facebook username of the user.
public String getUsername()
setUsername(String)
Sets the Facebook username of the user.
public void setUsername(String username)
매개변수 | 설명 |
---|---|
username | The Facebook username of the user |
getBirthday()
Returns the birthday of the user.
public String getBirthday()
setBirthday(String)
Sets the birthday of the user.
public void setBirthday(String birthday)
매개변수 | 설명 |
---|---|
birthday | The birthday of the user |
getLocation()
Returns the current place of the user.
public GraphPlace getLocation()
setLocation(GraphPlace)
Sets the current place of the user.
public void setLocation(GraphPlace location)
매개변수 | 설명 |
---|---|
location | The current place of the user |