Uses of Class
com.google.code.facebookapi.schema.Location

Uses of Location in com.google.code.facebookapi.schema
 

Fields in com.google.code.facebookapi.schema declared as Location
protected  Location User.currentLocation
           
protected  Location User.hometownLocation
           
protected  Location WorkInfo.location
           
protected  Location Page.location
           
protected  Location Group.venue
           
protected  Location Event.venue
           
 

Methods in com.google.code.facebookapi.schema that return Location
 Location ObjectFactory.createLocation()
          Create an instance of Location
 Location User.getCurrentLocation()
          Gets the value of the currentLocation property.
 Location User.getHometownLocation()
          Gets the value of the hometownLocation property.
 Location WorkInfo.getLocation()
          Gets the value of the location property.
 Location Page.getLocation()
          Gets the value of the location property.
 Location Group.getVenue()
          Gets the value of the venue property.
 Location Event.getVenue()
          Gets the value of the venue property.
 

Methods in com.google.code.facebookapi.schema with parameters of type Location
 void User.setCurrentLocation(Location value)
          Sets the value of the currentLocation property.
 void User.setHometownLocation(Location value)
          Sets the value of the hometownLocation property.
 void WorkInfo.setLocation(Location value)
          Sets the value of the location property.
 void Page.setLocation(Location value)
          Sets the value of the location property.
 void Group.setVenue(Location value)
          Sets the value of the venue property.
 void Event.setVenue(Location value)
          Sets the value of the venue property.
 



Copyright © 2009. All Rights Reserved.