|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Event
public class Event
Represents the Event Graph API type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.restfb.types.FacebookType |
|---|
FacebookType.Metadata |
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
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. |
String |
getRsvpStatus()
The RSVP status 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. |
| Methods inherited from class com.restfb.types.NamedFacebookType |
|---|
getName |
| Methods inherited from class com.restfb.types.FacebookType |
|---|
equals, getId, getMetadata, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public NamedFacebookType getOwner()
public String getDescription()
public Date getStartTime()
public Date getEndTime()
public String getLocation()
public Venue getVenue()
public String getRsvpStatus()
public String getPrivacy()
public Date getUpdatedTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||