com.restfb.types
Class NamedFacebookType

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Album, CategorizedFacebookType, Event, Group, Insight, Link, Photo, Photo.Tag, Post, Post.Place, StatusMessage, Url, User, User.EducationClass, User.Sport, Video

public class NamedFacebookType
extends FacebookType

Superclass for Graph API types that include a name field and (optionally) a created_time 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
NamedFacebookType()
           
 
Method Summary
 String getName()
          The name field for this type.
 
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

NamedFacebookType

public NamedFacebookType()
Method Detail

getName

public String getName()
The name field for this type.

Returns:
The name field for this type.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.