Package com.intercom.api.types
Class LiveCanvasResponse.Builder
- java.lang.Object
-
- com.intercom.api.types.LiveCanvasResponse.Builder
-
- All Implemented Interfaces:
LiveCanvasResponse._FinalStage,LiveCanvasResponse.ContentStage
- Enclosing class:
- LiveCanvasResponse
public static final class LiveCanvasResponse.Builder extends java.lang.Object implements LiveCanvasResponse.ContentStage, LiveCanvasResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiveCanvasResponsebuild()LiveCanvasResponse._FinalStagecontent(ContentObject content)The content object that defines the components to be shown.LiveCanvasResponse.Builderfrom(LiveCanvasResponse other)
-
-
-
Method Detail
-
from
public LiveCanvasResponse.Builder from(LiveCanvasResponse other)
- Specified by:
fromin interfaceLiveCanvasResponse.ContentStage
-
content
public LiveCanvasResponse._FinalStage content(@NotNull ContentObject content)
The content object that defines the components to be shown.The content object that defines the components to be shown.
- Specified by:
contentin interfaceLiveCanvasResponse.ContentStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public LiveCanvasResponse build()
- Specified by:
buildin interfaceLiveCanvasResponse._FinalStage
-
-