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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyConfig(String key, OpenGraphPropertyConfig value) An article for the type nameThe plural form of the objectPer-property configThe singular form of the objectvoidvoidsetArticle(String article) An article for the type namevoidThe plural form of the objectvoidsetSingular(String singular) The singular form of the objectMethods inherited from class com.restfb.types.NamedFacebookType
getName, setNameMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods 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
-