Package com.restfb.types
Class Post.Action
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Post.Action
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Post
public static class Post.Action extends AbstractFacebookType
Represents the Action Graph API type.- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLink()
The link for the action.String
getName()
Gets the name of the action.void
setLink(String link)
The link for the action.void
setName(String name)
Gets the name of the action.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Action
public Action()
-
-