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 with type parameters of type UserStatus
protected  javax.xml.bind.JAXBElement<UserStatus> User.status
           
protected  javax.xml.bind.JAXBElement<UserStatus> Page.status
           
 

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

Methods in com.google.code.facebookapi.schema that return types with arguments of type UserStatus
 javax.xml.bind.JAXBElement<UserStatus> ObjectFactory.createPageStatus(UserStatus value)
          Create an instance of JAXBElement<UserStatus>}
 javax.xml.bind.JAXBElement<UserStatus> ObjectFactory.createUserStatus(UserStatus value)
          Create an instance of JAXBElement<UserStatus>}
 javax.xml.bind.JAXBElement<UserStatus> User.getStatus()
          Gets the value of the status property.
 javax.xml.bind.JAXBElement<UserStatus> Page.getStatus()
          Gets the value of the status property.
 

Methods in com.google.code.facebookapi.schema with parameters of type UserStatus
 javax.xml.bind.JAXBElement<UserStatus> ObjectFactory.createPageStatus(UserStatus value)
          Create an instance of JAXBElement<UserStatus>}
 javax.xml.bind.JAXBElement<UserStatus> ObjectFactory.createUserStatus(UserStatus value)
          Create an instance of JAXBElement<UserStatus>}
 

Method parameters in com.google.code.facebookapi.schema with type arguments of type UserStatus
 void User.setStatus(javax.xml.bind.JAXBElement<UserStatus> value)
          Sets the value of the status property.
 void Page.setStatus(javax.xml.bind.JAXBElement<UserStatus> value)
          Sets the value of the status property.
 



Copyright © 2008. All Rights Reserved.