public class Event extends NamedFacebookType
FacebookType.Metadata
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The long-form HTML description of the event.
|
Date |
getEndTime()
The end time of the event.
|
String |
getLocation()
The location for this event, a string name.
|
NamedFacebookType |
getOwner()
An object containing the name and ID of the user who owns the event
|
String |
getPrivacy()
The visibility of this event.
|
Date |
getStartTime()
The start time of the event.
|
Date |
getUpdatedTime()
The last time the event was updated.
|
Venue |
getVenue()
The location of this event, a structured address object.
|
getName
equals, getId, getMetadata, getType, hashCode, toString
public NamedFacebookType getOwner()
public String getDescription()
public Date getStartTime()
public Date getEndTime()
public String getLocation()
public Venue getVenue()
public String getPrivacy()
public Date getUpdatedTime()
Copyright © 2014. All rights reserved.