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