Package com.restfb.types
Class OpenGraphObjectType
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.OpenGraphObjectType
- All Implemented Interfaces:
Serializable
Represents the Open Graph
Object Type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyConfig
(String key, OpenGraphPropertyConfig value) An article for the type nameThe plural form of the objectPer-property configThe singular form of the objectvoid
void
setArticle
(String article) An article for the type namevoid
The plural form of the objectvoid
setSingular
(String singular) The singular form of the objectMethods inherited from class com.restfb.types.NamedFacebookType
getName, setName
Methods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
OpenGraphObjectType
public OpenGraphObjectType()
-
-
Method Details
-
getPropertyConfig
Per-property config- Returns:
- Per-property config
-
addPropertyConfig
-
removePropertyConfig
-
getArticle
An article for the type name -
setArticle
An article for the type name -
getPlural
The plural form of the object -
setPlural
The plural form of the object -
getSingular
The singular form of the object -
setSingular
The singular form of the object
-