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