com.restfb.types
Class Post.Action

java.lang.Object
  extended by com.restfb.types.Post.Action
Enclosing class:
Post

public static class Post.Action
extends Object

Represents the Action Graph API type.

Since:
1.5
Author:
Mark Allen

Constructor Summary
Post.Action()
           
 
Method Summary
 boolean equals(Object that)
           
 String getLink()
          The link for the action.
 String getName()
          Gets the name of the action.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Post.Action

public Post.Action()
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()
Gets the name of the action.

Returns:
Gets the name of the action.

getLink

public String getLink()
The link for the action.

Returns:
The link for the action.


Copyright © 2010-2011. All Rights Reserved.