Package com.restfb.types
Class Post.Property
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Post.Property
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Post
public static class Post.Property extends AbstractFacebookType
Represents the undocumentedProperty
type.- Since:
- 1.6.4
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHref()
The URL of the property.String
getName()
The name of the property.String
getText()
The text of the property.void
setHref(String href)
The URL of the property.void
setName(String name)
The name of the property.void
setText(String text)
The text of the property.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
Property
public Property()
-
-