Interface CallResponse.DataStage
-
- All Known Implementing Classes:
CallResponse.Builder
- Enclosing class:
- CallResponse
public static interface CallResponse.DataStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallResponse._FinalStagedata(java.lang.Object data)CallResponse.Builderfrom(CallResponse other)
-
-
-
Method Detail
-
data
CallResponse._FinalStage data(java.lang.Object data)
-
from
CallResponse.Builder from(CallResponse other)
-
-