Class ListHandlingEventsRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.conversations.requests.ListHandlingEventsRequest.Builder
-
- All Implemented Interfaces:
ListHandlingEventsRequest._FinalStage,ListHandlingEventsRequest.IdStage
- Enclosing class:
- ListHandlingEventsRequest
public static final class ListHandlingEventsRequest.Builder extends java.lang.Object implements ListHandlingEventsRequest.IdStage, ListHandlingEventsRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListHandlingEventsRequestbuild()ListHandlingEventsRequest.Builderfrom(ListHandlingEventsRequest other)ListHandlingEventsRequest._FinalStageid(java.lang.String id)The identifier for the conversation as given by Intercom.
-
-
-
Method Detail
-
from
public ListHandlingEventsRequest.Builder from(ListHandlingEventsRequest other)
- Specified by:
fromin interfaceListHandlingEventsRequest.IdStage
-
id
public ListHandlingEventsRequest._FinalStage id(@NotNull java.lang.String id)
The identifier for the conversation as given by Intercom.
The identifier for the conversation as given by Intercom.
- Specified by:
idin interfaceListHandlingEventsRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListHandlingEventsRequest build()
- Specified by:
buildin interfaceListHandlingEventsRequest._FinalStage
-
-