facebook4j
Interface Category

All Superinterfaces:
FacebookResponse
All Known Subinterfaces:
Activity, Book, Game, Interest, Like, Movie, Music, Television
All Known Implementing Classes:
ActivityJSONImpl, BookJSONImpl, CategoryJSONImpl, GameJSONImpl, InterestJSONImpl, LikeJSONImpl, MovieJSONImpl, MusicJSONImpl, TelevisionJSONImpl

public interface Category
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 java.lang.String getCategory()
           
 java.util.Date getCreatedTime()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

java.lang.String getId()

getName

java.lang.String getName()

getCategory

java.lang.String getCategory()

getCreatedTime

java.util.Date getCreatedTime()