Class Event.Category

All Implemented Interfaces:
Serializable
Enclosing class:
Event

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

  • Method Details

    • getId

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

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

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

      public void setName(String name)
      The name of this category.