com.restfb.types
Class Post.Action
java.lang.Object
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
Post.Action
public Post.Action()
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.