Package com.intercom.api.types
Class ConfigureResponse.Canvas.Builder
java.lang.Object
com.intercom.api.types.ConfigureResponse.Canvas.Builder
- All Implemented Interfaces:
ConfigureResponse.Canvas._FinalStage,ConfigureResponse.Canvas.CanvasStage
- Enclosing class:
ConfigureResponse.Canvas
public static final class ConfigureResponse.Canvas.Builder
extends Object
implements ConfigureResponse.Canvas.CanvasStage, ConfigureResponse.Canvas._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()canvas(CanvasObject canvas) The canvas object that defines the new UI to be shown.from(ConfigureResponse.Canvas other)
-
Method Details
-
from
- Specified by:
fromin interfaceConfigureResponse.Canvas.CanvasStage
-
canvas
The canvas object that defines the new UI to be shown. This will replace the previous canvas that was visible until the teammate interacted with your app.
- Specified by:
canvasin interfaceConfigureResponse.Canvas.CanvasStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceConfigureResponse.Canvas._FinalStage
-