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
Represents the undocumented
Property
type.- Since:
- 1.6.4
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getName
The name of the property.- Returns:
- The name of the property.
-
setName
The name of the property. -
getText
The text of the property.- Returns:
- The text of the property.
-
setText
The text of the property. -
getHref
The URL of the property.- Returns:
- The URL of the property.
-
setHref
The URL of the property.
-