Package com.intercom.api.types
Class CurrentCanvas.Builder
java.lang.Object
com.intercom.api.types.CurrentCanvas.Builder
- All Implemented Interfaces:
CurrentCanvas._FinalStage,CurrentCanvas.CurrentCanvasStage
- Enclosing class:
CurrentCanvas
public static final class CurrentCanvas.Builder
extends Object
implements CurrentCanvas.CurrentCanvasStage, CurrentCanvas._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()currentCanvas(CanvasObject currentCanvas) The canvas object representing the current canvas state.from(CurrentCanvas other)
-
Method Details
-
from
- Specified by:
fromin interfaceCurrentCanvas.CurrentCanvasStage
-
currentCanvas
The canvas object representing the current canvas state.
- Specified by:
currentCanvasin interfaceCurrentCanvas.CurrentCanvasStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceCurrentCanvas._FinalStage
-