예제 #1
0
 /**
  * Summary information about the event.
  *
  * @param event Summary information about the event.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public EventDetails withEvent(Event event) {
   setEvent(event);
   return this;
 }