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 java.lang.Object implements ConfigureResponse.Canvas.CanvasStage, ConfigureResponse.Canvas._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureResponse.Canvasbuild()ConfigureResponse.Canvas._FinalStagecanvas(CanvasObject canvas)The canvas object that defines the new UI to be shown.ConfigureResponse.Canvas.Builderfrom(ConfigureResponse.Canvas other)
-
-
-
Method Detail
-
from
public ConfigureResponse.Canvas.Builder from(ConfigureResponse.Canvas other)
- Specified by:
fromin interfaceConfigureResponse.Canvas.CanvasStage
-
canvas
public ConfigureResponse.Canvas._FinalStage canvas(@NotNull CanvasObject 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.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
public ConfigureResponse.Canvas build()
- Specified by:
buildin interfaceConfigureResponse.Canvas._FinalStage
-
-