Package com.restfb.types
Class Event.Category
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.Event.Category
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Event
public static class Event.Category extends AbstractFacebookType
Represents the Event Owner Category Graph API type.- Since:
- 1.6.13
- Author:
- Mark Allen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Category()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
The unique identifier for this category.String
getName()
The name of this category.void
setId(String id)
The unique identifier for this category.void
setName(String name)
The name of this category.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-