Package com.intercom.api.types
Class Event.Builder
- java.lang.Object
-
- com.intercom.api.types.Event.Builder
-
- Enclosing class:
- Event
public static final class Event.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eventbuild()Event.Builderfrom(Event other)
-
-
-
Method Detail
-
from
public Event.Builder from(Event other)
-
build
public Event build()
-
-