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