Package com.intercom.api.types
Class SheetActionComponent.Builder
- java.lang.Object
-
- com.intercom.api.types.SheetActionComponent.Builder
-
- All Implemented Interfaces:
SheetActionComponent._FinalStage,SheetActionComponent.UrlStage
- Enclosing class:
- SheetActionComponent
public static final class SheetActionComponent.Builder extends java.lang.Object implements SheetActionComponent.UrlStage, SheetActionComponent._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SheetActionComponentbuild()SheetActionComponent.Builderfrom(SheetActionComponent other)SheetActionComponent._FinalStageurl(java.lang.String url)The link which hosts your sheet.
-
-
-
Method Detail
-
from
public SheetActionComponent.Builder from(SheetActionComponent other)
- Specified by:
fromin interfaceSheetActionComponent.UrlStage
-
url
public SheetActionComponent._FinalStage url(@NotNull java.lang.String url)
The link which hosts your sheet.The link which hosts your sheet.
- Specified by:
urlin interfaceSheetActionComponent.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public SheetActionComponent build()
- Specified by:
buildin interfaceSheetActionComponent._FinalStage
-
-