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