Package com.restfb.types
Class CategorizedFacebookType
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.CategorizedFacebookType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Application
,Page
,PageConnection
Superclass for Graph API types that include a
category
field.- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe category field for this type.void
setCategory
(String category) The category field for this type.Methods 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
-
CategorizedFacebookType
public CategorizedFacebookType()
-
-
Method Details
-
getCategory
The category field for this type.- Returns:
- The category field for this type.
-
setCategory
The category field for this type.
-