com.restfb.types
Class FacebookType.Metadata

java.lang.Object
  extended by com.restfb.types.FacebookType.Metadata
Enclosing class:
FacebookType

public static class FacebookType.Metadata
extends Object

Represents Facebook Object metadata, available by including the metadata=1 URL parameter in an API request.

Since:
1.5
Author:
Mark Allen

Nested Class Summary
static class FacebookType.Metadata.Connections
          Represents Facebook Object connections metadata, available by including the metadata=1 URL parameter in an API request.
 
Constructor Summary
FacebookType.Metadata()
           
 
Method Summary
 boolean equals(Object that)
           
 FacebookType.Metadata.Connections getConnections()
          The available connections for this object.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacebookType.Metadata

public FacebookType.Metadata()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getConnections

public FacebookType.Metadata.Connections getConnections()
The available connections for this object.

Returns:
The available connections for this object.


Copyright © 2010-2011. All Rights Reserved.