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