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 Object
implements LiveCanvasResponse.ContentStage, LiveCanvasResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()content(ContentObject content) The content object that defines the components to be shown.from(LiveCanvasResponse other)
-
Method Details
-
from
- Specified by:
fromin interfaceLiveCanvasResponse.ContentStage
-
content
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
- Specified by:
buildin interfaceLiveCanvasResponse._FinalStage
-