Class Intercom.Builder
- java.lang.Object
-
- com.courier.api.resources.profiles.types.Intercom.Builder
-
- All Implemented Interfaces:
Intercom._FinalStage,Intercom.FromStage,Intercom.ToStage
- Enclosing class:
- Intercom
public static final class Intercom.Builder extends java.lang.Object implements Intercom.FromStage, Intercom.ToStage, Intercom._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Intercombuild()Intercom.Builderfrom(Intercom other)Intercom.ToStagefrom(java.lang.String from)Intercom._FinalStageto(IntercomRecipient to)
-
-
-
Method Detail
-
from
public Intercom.Builder from(Intercom other)
- Specified by:
fromin interfaceIntercom.FromStage
-
from
public Intercom.ToStage from(java.lang.String from)
- Specified by:
fromin interfaceIntercom.FromStage
-
to
public Intercom._FinalStage to(IntercomRecipient to)
- Specified by:
toin interfaceIntercom.ToStage
-
build
public Intercom build()
- Specified by:
buildin interfaceIntercom._FinalStage
-
-