com.google.maps.gwt.client.places
Class EventDetailsRequest

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.places.EventDetailsRequest

public class EventDetailsRequest
extends JavaScriptObject

An Event details request to be sent to the EventsService . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected EventDetailsRequest()
          Protected constructor avoids default public constructor.
 
Method Summary
static EventDetailsRequest create()
           
 void setEventId(java.lang.String event_id)
          The event's id.
 void setReference(java.lang.String reference)
          A reference to the place where the event is happening.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDetailsRequest

protected EventDetailsRequest()
Protected constructor avoids default public constructor.

Method Detail

create

public static final EventDetailsRequest create()

setEventId

public final void setEventId(java.lang.String event_id)
The event's id.


setReference

public final void setReference(java.lang.String reference)
A reference to the place where the event is happening.