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 Object
implements UrlActionComponent.UrlStage, UrlActionComponent._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(UrlActionComponent other) The link you want to open.
-
Method Details
-
from
- Specified by:
fromin interfaceUrlActionComponent.UrlStage
-
url
The link you want to open.
- Specified by:
urlin interfaceUrlActionComponent.UrlStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceUrlActionComponent._FinalStage
-