GraphPlace
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

Provides a strongly-typed representation of a Place as defined by the Graph API.

Note that this interface is intended to be used with GraphObject.Factory and not implemented directly.

Implementa:GraphObject
Pacote:model
Métodos de instância
getId()

Returns the ID of the place.

public String getId()
Returns
The ID of the place
setId(String)

Sets the ID of the place.

public void setId(String id)
ParâmetroDescrição
idThe ID of the place
getName()

Returns the name of the place.

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

Sets the name of the place.

public void setName(String name)
ParâmetroDescrição
nameThe name of the place
getCategory()

Returns the category of the place.

public String getCategory()
Returns
The category of the place
setCategory(String)

Sets the category of the place.

public void setCategory(String category)
ParâmetroDescrição
categoryThe category of the place
getLocation()

Returns the location of the place.

public GraphLocation getLocation()
Returns
The location of the place
setLocation(GraphLocation)

Sets the location of the place.

public void setLocation(GraphLocation location)
ParâmetroDescrição
locationThe location of the place