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

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

Fields in com.google.code.facebookapi.schema declared as UserStatus
protected  UserStatus User.status
           
protected  UserStatus Page.status
           
 

Fields in com.google.code.facebookapi.schema with type parameters of type UserStatus
protected  java.util.List<UserStatus> StatusGetResponse.userStatus
           
 

Methods in com.google.code.facebookapi.schema that return UserStatus
 UserStatus ObjectFactory.createUserStatus()
          Create an instance of UserStatus
 UserStatus User.getStatus()
          Gets the value of the status property.
 UserStatus Page.getStatus()
          Gets the value of the status property.
 

Methods in com.google.code.facebookapi.schema that return types with arguments of type UserStatus
 java.util.List<UserStatus> StatusGetResponse.getUserStatus()
          Gets the value of the userStatus property.
 

Methods in com.google.code.facebookapi.schema with parameters of type UserStatus
 void User.setStatus(UserStatus value)
          Sets the value of the status property.
 void Page.setStatus(UserStatus value)
          Sets the value of the status property.
 



Copyright © 2009. All Rights Reserved.