Package com.intercom.api.types
Interface LiveCanvasResponse.ContentStage
-
- All Known Implementing Classes:
LiveCanvasResponse.Builder
- Enclosing class:
- LiveCanvasResponse
public static interface LiveCanvasResponse.ContentStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveCanvasResponse._FinalStagecontent(ContentObject content)The content object that defines the components to be shown.LiveCanvasResponse.Builderfrom(LiveCanvasResponse other)
-
-
-
Method Detail
-
content
LiveCanvasResponse._FinalStage content(@NotNull ContentObject content)
The content object that defines the components to be shown.
-
from
LiveCanvasResponse.Builder from(LiveCanvasResponse other)
-
-