facebook4j
Interface Event

All Superinterfaces:
FacebookResponse

public interface Event
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 String getDescription()
           
 Date getEndTime()
           
 String getId()
           
 String getLocation()
           
 String getName()
           
 Category getOwner()
           
 EventPrivacyType getPrivacy()
           
 String getRsvpStatus()
           
 Date getStartTime()
           
 URI getTicketURI()
           
 TimeZone getTimezone()
           
 Date getUpdatedTime()
           
 Venue getVenue()
           
 Boolean isDateOnly()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getOwner

Category getOwner()

getName

String getName()

getDescription

String getDescription()

isDateOnly

Boolean isDateOnly()

getStartTime

Date getStartTime()

getEndTime

Date getEndTime()

getLocation

String getLocation()

getVenue

Venue getVenue()

getPrivacy

EventPrivacyType getPrivacy()

getUpdatedTime

Date getUpdatedTime()

getRsvpStatus

String getRsvpStatus()

getTicketURI

URI getTicketURI()

getTimezone

TimeZone getTimezone()


Copyright © 2019. All rights reserved.