Interface ListHandlingEventsRequest.IdStage
-
- All Known Implementing Classes:
ListHandlingEventsRequest.Builder
- Enclosing class:
- ListHandlingEventsRequest
public static interface ListHandlingEventsRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHandlingEventsRequest.Builderfrom(ListHandlingEventsRequest other)ListHandlingEventsRequest._FinalStageid(java.lang.String id)The identifier for the conversation as given by Intercom.
-
-
-
Method Detail
-
id
ListHandlingEventsRequest._FinalStage id(@NotNull java.lang.String id)
The identifier for the conversation as given by Intercom.
-
from
ListHandlingEventsRequest.Builder from(ListHandlingEventsRequest other)
-
-