Interface CreatePhoneSwitchRequest.PhoneStage
-
- All Known Implementing Classes:
CreatePhoneSwitchRequest.Builder
- Enclosing class:
- CreatePhoneSwitchRequest
public static interface CreatePhoneSwitchRequest.PhoneStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePhoneSwitchRequest.Builderfrom(CreatePhoneSwitchRequest other)CreatePhoneSwitchRequest._FinalStagephone(java.lang.String phone)Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.
-
-
-
Method Detail
-
phone
CreatePhoneSwitchRequest._FinalStage phone(@NotNull java.lang.String phone)
Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.
-
from
CreatePhoneSwitchRequest.Builder from(CreatePhoneSwitchRequest other)
-
-