Class 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 Details

  • Method Details

    • getName

      public String getName()
      Gets the name of the action.
      Returns:
      Gets the name of the action.
    • setName

      public void setName(String name)
      Gets the name of the action.
    • getLink

      public String getLink()
      The link for the action.
      Returns:
      The link for the action.
    • setLink

      public void setLink(String link)
      The link for the action.