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