Class Event.Owner

All Implemented Interfaces:
Serializable
Enclosing class:
Event

public static class Event.Owner extends AbstractFacebookType
Since:
1.6.13
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • addCategory

      public boolean addCategory(Event.Category category)
    • removeCategory

      public boolean removeCategory(Event.Category category)
    • getCategoryList

      List of other categories for this owner.
      Returns:
      List of other categories for this owner.
    • getId

      public String getId()
      The unique identifier for this owner.
      Returns:
      The unique identifier for this owner.
    • setId

      public void setId(String id)
      The unique identifier for this owner.
    • getName

      public String getName()
      The name of this owner.
      Returns:
      The name of this owner.
    • setName

      public void setName(String name)
      The name of this owner.
    • getCategory

      public String getCategory()
      The category for this owner.
      Returns:
      The category for this owner.
    • setCategory

      public void setCategory(String category)
      The category for this owner.