public class Event
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.EventDecision
The attendance options of the user.
|
static class |
Event.EventPrivacy |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
The long-form description of the event.
|
java.util.Date |
getEndTime()
The end time of the event, if one has been set.
|
java.lang.String |
getId()
The event Id.
|
java.lang.String |
getLocation()
The location for this event.
|
java.lang.String |
getName()
The event title.
|
User |
getOwner()
The profile that created the event.
|
java.lang.String |
getPicture()
The URL of the event's picture.
|
Event.EventPrivacy |
getPrivacy()
The visibility of this event.
|
java.util.Date |
getStartTime()
The start time of the event, as you want it to be displayed on facebook.
|
java.lang.String |
getTicketUri()
The URL to a location to buy tickets for this event (on Events for Pages
only).
|
java.util.Date |
getUpdatedTime()
The last time the event was updated.
|
Place |
getVenue()
The location of this event.
|
public java.lang.String getDescription()
public java.util.Date getEndTime()
public java.lang.String getId()
public java.lang.String getLocation()
public java.lang.String getName()
public User getOwner()
public java.lang.String getPicture()
public Event.EventPrivacy getPrivacy()
public java.util.Date getStartTime()
public java.lang.String getTicketUri()
public java.util.Date getUpdatedTime()
public Place getVenue()