Klasse Post.Property

Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Post

public static class Post.Property extends AbstractFacebookType
Represents the undocumented Property type.
Seit:
1.6.4
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getName

      public String getName()
      The name of the property.
      Gibt zurück:
      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.
      Gibt zurück:
      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.
      Gibt zurück:
      The URL of the property.
    • setHref

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