com.restfb.types
Class CategorizedFacebookType
java.lang.Object
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.CategorizedFacebookType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Account, Application, Checkin.Place, Page, PageConnection
public class CategorizedFacebookType
- extends NamedFacebookType
Superclass for Graph API types
that include a category
field.
- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
- Serialized Form
CategorizedFacebookType
public CategorizedFacebookType()
getCategory
public String getCategory()
- The category field for this type.
- Returns:
- The category field for this type.
RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.