com.restfb.types
Class Post.Property

java.lang.Object
  extended by com.restfb.types.Post.Property
All Implemented Interfaces:
Serializable
Enclosing class:
Post

public static class Post.Property
extends Object
implements Serializable

Represents the undocumented Property type.

Since:
1.6.4
Author:
Mark Allen
See Also:
Serialized Form

Constructor Summary
Post.Property()
           
 
Method Summary
 boolean equals(Object that)
           
 String getHref()
          The URL of the property.
 String getName()
          The name of the property.
 String getText()
          The text of the property.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Post.Property

public Post.Property()
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()

getName

public String getName()
The name of the property.

Returns:
The name of the property.

getText

public String getText()
The text of the property.

Returns:
The text of the property.

getHref

public String getHref()
The URL of the property.

Returns:
The URL of the property.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.