net.sf.fb4j.model
Class OutstandingNotifications

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,java.lang.Object>
          extended by net.sf.fb4j.FacebookObject<OutstandingNotifications.Field>
              extended by net.sf.fb4j.model.OutstandingNotifications
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<OutstandingNotifications.Field,java.lang.Object>

public class OutstandingNotifications
extends FacebookObject<OutstandingNotifications.Field>

Author:
Gino Miceli, Mino Togna TODO Implement me!
See Also:
Serialized Form

Nested Class Summary
static class OutstandingNotifications.Field
           
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 
Fields inherited from class net.sf.fb4j.FacebookObject
DATE_FORMAT, EMPTY_DATE, EMPTY_FLOAT, EMPTY_INTEGER, EMPTY_LONG
 
Constructor Summary
OutstandingNotifications()
           
 
Method Summary
protected  OutstandingNotifications.Field fieldForName(java.lang.String fieldName)
           
 long[] getEventInvites()
           
 long[] getFriendRequests()
           
 long[] getGroupInvites()
           
 java.util.Date getNewestUnreadMessage()
           
 java.util.Date getNewestUnreadPoke()
           
 java.util.Date getNewestUnreadShare()
           
 java.lang.Integer getUnreadMessages()
           
 java.lang.Integer getUnreadPokes()
           
 java.lang.Integer getUnreadShares()
           
 
Methods inherited from class net.sf.fb4j.FacebookObject
clear, get, getBoolean, getDate, getFloat, getInteger, getLong, getNumber, getString, getStringArray, put, putAll, putInternal, putInternal, remove
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, isEmpty, keySet, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

OutstandingNotifications

public OutstandingNotifications()
Method Detail

getUnreadMessages

public java.lang.Integer getUnreadMessages()

getNewestUnreadMessage

public java.util.Date getNewestUnreadMessage()

getUnreadPokes

public java.lang.Integer getUnreadPokes()

getNewestUnreadPoke

public java.util.Date getNewestUnreadPoke()

getUnreadShares

public java.lang.Integer getUnreadShares()

getNewestUnreadShare

public java.util.Date getNewestUnreadShare()

getFriendRequests

public long[] getFriendRequests()

getGroupInvites

public long[] getGroupInvites()

getEventInvites

public long[] getEventInvites()

fieldForName

protected OutstandingNotifications.Field fieldForName(java.lang.String fieldName)
Specified by:
fieldForName in class FacebookObject<OutstandingNotifications.Field>


Copyright © 2008. All Rights Reserved.