Interface ShowCallTranscriptRequest.CallIdStage
-
- All Known Implementing Classes:
ShowCallTranscriptRequest.Builder
- Enclosing class:
- ShowCallTranscriptRequest
public static interface ShowCallTranscriptRequest.CallIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShowCallTranscriptRequest._FinalStagecallId(java.lang.String callId)The id of the callShowCallTranscriptRequest.Builderfrom(ShowCallTranscriptRequest other)
-
-
-
Method Detail
-
callId
ShowCallTranscriptRequest._FinalStage callId(@NotNull java.lang.String callId)
The id of the call
-
from
ShowCallTranscriptRequest.Builder from(ShowCallTranscriptRequest other)
-
-