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 |
getName() |
Reference |
getOwner() |
Group |
getParentGroup() |
Place |
getPlace() |
Event.Privacy |
getPrivacy() |
Date |
getStartTime() |
String |
getTicketUri() |
String |
getTimeZone() |
Date |
getUpdatedTime() |
boolean |
isDateOnly() |
void |
setPlace(Place place) |
add, getExtraData
public 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 getTicketUri()
public Date getUpdatedTime()
public boolean isDateOnly()
public String getTimeZone()
public Group getParentGroup()
public Place getPlace()
public void setPlace(Place place)