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

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

Fields in com.google.code.facebookapi.schema with type parameters of type User
protected  java.util.List<User> UsersGetStandardInfoResponse.user
           
protected  java.util.List<User> UsersGetInfoResponse.user
           
 

Methods in com.google.code.facebookapi.schema that return User
 User ObjectFactory.createUser()
          Create an instance of User
 

Methods in com.google.code.facebookapi.schema that return types with arguments of type User
 java.util.List<User> UsersGetStandardInfoResponse.getUser()
          Gets the value of the user property.
 java.util.List<User> UsersGetInfoResponse.getUser()
          Gets the value of the user property.
 



Copyright © 2009. All Rights Reserved.