Interface NotifyAttributeCollectedRequest.EventIdStage
-
- All Known Implementing Classes:
NotifyAttributeCollectedRequest.Builder
- Enclosing class:
- NotifyAttributeCollectedRequest
public static interface NotifyAttributeCollectedRequest.EventIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotifyAttributeCollectedRequest.ExternalConversationIdStageeventId(java.lang.String eventId)Unique identifier for the event.NotifyAttributeCollectedRequest.Builderfrom(NotifyAttributeCollectedRequest other)
-
-
-
Method Detail
-
eventId
NotifyAttributeCollectedRequest.ExternalConversationIdStage eventId(@NotNull java.lang.String eventId)
Unique identifier for the event.
-
from
NotifyAttributeCollectedRequest.Builder from(NotifyAttributeCollectedRequest other)
-
-