Uses of Class
facebook4j.EventUpdate

Packages that use EventUpdate
facebook4j   
facebook4j.api   
 

Uses of EventUpdate in facebook4j
 

Methods in facebook4j that return EventUpdate
 EventUpdate EventUpdate.description(String description)
           
 EventUpdate EventUpdate.endTime(Calendar endTime)
           
 EventUpdate EventUpdate.location(String location)
           
 EventUpdate EventUpdate.locationId(String locationId)
           
 EventUpdate EventUpdate.name(String name)
           
 EventUpdate EventUpdate.noFeedStory(Boolean noFeedStory)
           
 EventUpdate EventUpdate.privacyType(EventPrivacyType privacyType)
           
 EventUpdate EventUpdate.startTime(Calendar startTime)
           
 EventUpdate EventUpdate.ticketURI(String ticketURI)
           
 EventUpdate EventUpdate.ticketURI(URI ticketURI)
           
 

Uses of EventUpdate in facebook4j.api
 

Methods in facebook4j.api with parameters of type EventUpdate
 String EventMethods.createEvent(EventUpdate eventUpdate)
          Creates the event for the current user/page.
 String EventMethods.createEvent(String id, EventUpdate eventUpdate)
          Creates the event for a user/event/page.
 boolean EventMethods.editEvent(String eventId, EventUpdate eventUpdate)
          Updates the event.
 



Copyright © 2019. All rights reserved.