com.restfb.types
Class CategorizedFacebookType

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
CategorizedFacebookType()
           
 
Method Summary
 String getCategory()
          The category field for this type.
 
Methods inherited from class com.restfb.types.NamedFacebookType
getName
 
Methods inherited from class com.restfb.types.FacebookType
equals, getId, getMetadata, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategorizedFacebookType

public CategorizedFacebookType()
Method Detail

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.