GraphUser
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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()
Returns
The ID of the user
setId(String)

Sets the ID of the user.

public void setId(String id)
매개변수설명
idThe ID of the user
getName()

Returns the name of the user.

public String getName()
Returns
The name of the user
setName(String)

Sets the name of the user.

public void setName(String name)
매개변수설명
nameThe name of the user
getFirstName()

Returns the first name of the user.

public String getFirstName()
Returns
The first name of the user
setFirstName(String)

Sets the first name of the user.

public void setFirstName(String firstName)
매개변수설명
firstNameThe first name of the user
getMiddleName()

Returns the middle name of the user.

public String getMiddleName()
Returns
The middle name of the user
setMiddleName(String)

Sets the middle name of the user.

public void setMiddleName(String middleName)
매개변수설명
middleNameThe middle name of the user
getLastName()

Returns the last name of the user.

public String getLastName()
Returns
The last name of the user
setLastName(String)

Sets the last name of the user.

public void setLastName(String lastName)
매개변수설명
lastNameThe last name of the user
getUsername()

Returns the Facebook username of the user.

public String getUsername()
Returns
The Facebook username of the user
setUsername(String)

Sets the Facebook username of the user.

public void setUsername(String username)
매개변수설명
usernameThe Facebook username of the user
getBirthday()

Returns the birthday of the user.

public String getBirthday()
Returns
The birthday of the user
setBirthday(String)

Sets the birthday of the user.

public void setBirthday(String birthday)
매개변수설명
birthdayThe birthday of the user
getLocation()

Returns the current city of the user.

public GraphLocation getLocation()
Returns
The current city of the user
setLocation(GraphLocation)

Sets the current city of the user.

public void setLocation(GraphLocation location)
매개변수설명
locationThe current city of the user