facebook4j
Class EventUpdate

java.lang.Object
  extended by facebook4j.EventUpdate
All Implemented Interfaces:
Serializable

public class EventUpdate
extends Object
implements Serializable

Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Constructor Summary
EventUpdate()
           
EventUpdate(String name, Calendar startTime)
           
 
Method Summary
 EventUpdate description(String description)
           
 EventUpdate endTime(Calendar endTime)
           
 boolean equals(Object o)
           
 String getDescription()
           
 Calendar getEndTime()
           
 String getLocation()
           
 String getLocationId()
           
 String getName()
           
 Boolean getNoFeedStory()
           
 EventPrivacyType getPrivacyType()
           
 Calendar getStartTime()
           
 URI getTicketURI()
           
 int hashCode()
           
 EventUpdate location(String location)
           
 EventUpdate locationId(String locationId)
           
 EventUpdate name(String name)
           
 EventUpdate noFeedStory(Boolean noFeedStory)
           
 EventUpdate privacyType(EventPrivacyType privacyType)
           
 void setDescription(String description)
           
 void setEndTime(Calendar endTime)
           
 void setLocation(String location)
           
 void setLocationId(String locationId)
           
 void setName(String name)
           
 void setNoFeedStory(Boolean noFeedStory)
           
 void setPrivacyType(EventPrivacyType privacyType)
           
 void setStartTime(Calendar startTime)
           
 void setTicketURI(String ticketURI)
           
 void setTicketURI(URI ticketURI)
           
 EventUpdate startTime(Calendar startTime)
           
 EventUpdate ticketURI(String ticketURI)
           
 EventUpdate ticketURI(URI ticketURI)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventUpdate

public EventUpdate()

EventUpdate

public EventUpdate(String name,
                   Calendar startTime)
Method Detail

getName

public String getName()

setName

public void setName(String name)

name

public EventUpdate name(String name)

getStartTime

public Calendar getStartTime()

setStartTime

public void setStartTime(Calendar startTime)

startTime

public EventUpdate startTime(Calendar startTime)

getEndTime

public Calendar getEndTime()

setEndTime

public void setEndTime(Calendar endTime)

endTime

public EventUpdate endTime(Calendar endTime)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

description

public EventUpdate description(String description)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

location

public EventUpdate location(String location)

getLocationId

public String getLocationId()

setLocationId

public void setLocationId(String locationId)

locationId

public EventUpdate locationId(String locationId)

getPrivacyType

public EventPrivacyType getPrivacyType()

setPrivacyType

public void setPrivacyType(EventPrivacyType privacyType)

privacyType

public EventUpdate privacyType(EventPrivacyType privacyType)

getTicketURI

public URI getTicketURI()

setTicketURI

public void setTicketURI(URI ticketURI)

setTicketURI

public void setTicketURI(String ticketURI)
                  throws URISyntaxException
Throws:
URISyntaxException

ticketURI

public EventUpdate ticketURI(URI ticketURI)

ticketURI

public EventUpdate ticketURI(String ticketURI)
                      throws URISyntaxException
Throws:
URISyntaxException

getNoFeedStory

public Boolean getNoFeedStory()

setNoFeedStory

public void setNoFeedStory(Boolean noFeedStory)

noFeedStory

public EventUpdate noFeedStory(Boolean noFeedStory)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2019. All rights reserved.