Package com.intercom.api.types
Class PhoneSwitch.Builder
java.lang.Object
com.intercom.api.types.PhoneSwitch.Builder
- All Implemented Interfaces:
PhoneSwitch._FinalStage,PhoneSwitch.PhoneStage
- Enclosing class:
PhoneSwitch
public static final class PhoneSwitch.Builder
extends Object
implements PhoneSwitch.PhoneStage, PhoneSwitch._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()from(PhoneSwitch other) Phone number in E.164 format, that has received the SMS to continue the conversation in the Messenger.
-
Method Details
-
from
- Specified by:
fromin interfacePhoneSwitch.PhoneStage
-
phone
Phone number in E.164 format, that has received the SMS to continue the conversation in the Messenger.
- Specified by:
phonein interfacePhoneSwitch.PhoneStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfacePhoneSwitch._FinalStage
-