Package com.restfb.types
Class Event.Owner
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Event.Owner
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Event
Represents the Event Owner Graph API type.
- Since:
- 1.6.13
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addCategory
(Event.Category category) The category for this owner.List of other categories for this owner.getId()
The unique identifier for this owner.getName()
The name of this owner.boolean
removeCategory
(Event.Category category) void
setCategory
(String category) The category for this owner.void
The unique identifier for this owner.void
The name of this owner.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Owner
public Owner()
-
-
Method Details
-
addCategory
-
removeCategory
-
getCategoryList
List of other categories for this owner.- Returns:
- List of other categories for this owner.
-
getId
The unique identifier for this owner.- Returns:
- The unique identifier for this owner.
-
setId
The unique identifier for this owner. -
getName
The name of this owner.- Returns:
- The name of this owner.
-
setName
The name of this owner. -
getCategory
The category for this owner.- Returns:
- The category for this owner.
-
setCategory
The category for this owner.
-