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

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

Fields in com.google.code.facebookapi.schema declared as NotificationCount
protected  NotificationCount Notifications.messages
           
protected  NotificationCount Notifications.pokes
           
protected  NotificationCount Notifications.shares
           
 

Methods in com.google.code.facebookapi.schema that return NotificationCount
 NotificationCount ObjectFactory.createNotificationCount()
          Create an instance of NotificationCount
 NotificationCount Notifications.getMessages()
          Gets the value of the messages property.
 NotificationCount Notifications.getPokes()
          Gets the value of the pokes property.
 NotificationCount Notifications.getShares()
          Gets the value of the shares property.
 

Methods in com.google.code.facebookapi.schema with parameters of type NotificationCount
 void Notifications.setMessages(NotificationCount value)
          Sets the value of the messages property.
 void Notifications.setPokes(NotificationCount value)
          Sets the value of the pokes property.
 void Notifications.setShares(NotificationCount value)
          Sets the value of the shares property.
 



Copyright © 2009. All Rights Reserved.