Klasse Event.Owner

Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
Event

public static class Event.Owner extends AbstractFacebookType
Seit:
1.6.13
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • addCategory

      public boolean addCategory(Event.Category category)
    • removeCategory

      public boolean removeCategory(Event.Category category)
    • getCategoryList

      List of other categories for this owner.
      Gibt zurück:
      List of other categories for this owner.
    • getId

      public String getId()
      The unique identifier for this owner.
      Gibt zurück:
      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.
      Gibt zurück:
      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.
      Gibt zurück:
      The category for this owner.
    • setCategory

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