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