Interface CreatePhoneCallRedirectRequest.PhoneStage
-
- All Known Implementing Classes:
CreatePhoneCallRedirectRequest.Builder
- Enclosing class:
- CreatePhoneCallRedirectRequest
public static interface CreatePhoneCallRedirectRequest.PhoneStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePhoneCallRedirectRequest.Builderfrom(CreatePhoneCallRedirectRequest other)CreatePhoneCallRedirectRequest._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
CreatePhoneCallRedirectRequest._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
CreatePhoneCallRedirectRequest.Builder from(CreatePhoneCallRedirectRequest other)
-
-