public class Event extends FacebookObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Privacy |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
CoverPhoto |
getCover() |
String |
getDescription() |
Date |
getEndTime() |
String |
getId() |
String |
getLocation() |
String |
getName() |
Reference |
getOwner() |
Group |
getParentGroup() |
Event.Privacy |
getPrivacy() |
Date |
getStartTime() |
String |
getTicketUri() |
String |
getTimeZone() |
Date |
getUpdatedTime() |
Location |
getVenue() |
boolean |
isDateOnly() |
add, getExtraDatapublic String getId()
public String getName()
public String getDescription()
public CoverPhoto getCover()
public Reference getOwner()
public Event.Privacy getPrivacy()
public Date getStartTime()
public Date getEndTime()
public String getLocation()
public String getTicketUri()
public Date getUpdatedTime()
public boolean isDateOnly()
public String getTimeZone()
public Group getParentGroup()
public Location getVenue()