public static class Event.EventBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Event |
build() |
<E extends EventDetails> |
details(E value)
Sets a details object.
|
Event.EventBuilder |
entityIdentifier(java.lang.String value)
Sets an identifier of the event's entity.
|
public Event build()
public Event.EventBuilder entityIdentifier(java.lang.String value)
value - an identifier of the event's entitypublic <E extends EventDetails> Event.EventBuilder details(E value)
value - a details objectCopyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.