FileDocCategorySizeDatePackage
NotificationCount.javaAPI DocGoogle Facebook API v1.42149Tue Oct 23 20:16:08 BST 2007com.facebook.api.schema

NotificationCount

public class NotificationCount extends Object

Java class for notification_count complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="notification_count">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="unread" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="most_recent" type="{http://api.facebook.com/1.0/}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>

Fields Summary
protected int
unread
protected int
mostRecent
Constructors Summary
Methods Summary
public synchronized intgetMostRecent()
Gets the value of the mostRecent property.

        return mostRecent;
    
public synchronized intgetUnread()
Gets the value of the unread property.

        return unread;
    
public synchronized voidsetMostRecent(int value)
Sets the value of the mostRecent property.

        this.mostRecent = value;
    
public synchronized voidsetUnread(int value)
Sets the value of the unread property.

        this.unread = value;