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