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
public abstract class CategorizedFacebookType extends NamedFacebookType
Superclass for Graph API types that include acategory
field.- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description CategorizedFacebookType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
The 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 Detail
-
CategorizedFacebookType
public CategorizedFacebookType()
-
-
Method Detail
-
getCategory
public String getCategory()
The category field for this type.- Returns:
- The category field for this type.
-
setCategory
public void setCategory(String category)
The category field for this type.
-
-