Class Post.Property

All Implemented Interfaces:
Serializable
Enclosing class:
Post

public static class Post.Property extends AbstractFacebookType
Represents the undocumented Property type.
Since:
1.6.4
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      The name of the property.
      Returns:
      The name of the property.
    • setName

      public void setName(String name)
      The name of the property.
    • getText

      public String getText()
      The text of the property.
      Returns:
      The text of the property.
    • setText

      public void setText(String text)
      The text of the property.
    • getHref

      public String getHref()
      The URL of the property.
      Returns:
      The URL of the property.
    • setHref

      public void setHref(String href)
      The URL of the property.