Class CreatePhoneCallRedirectRequest.Builder
java.lang.Object
com.intercom.api.resources.phonecallredirects.requests.CreatePhoneCallRedirectRequest.Builder
- All Implemented Interfaces:
CreatePhoneCallRedirectRequest._FinalStage,CreatePhoneCallRedirectRequest.PhoneStage
- Enclosing class:
CreatePhoneCallRedirectRequest
public static final class CreatePhoneCallRedirectRequest.Builder
extends Object
implements CreatePhoneCallRedirectRequest.PhoneStage, CreatePhoneCallRedirectRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customAttributes(Map<String, Object> customAttributes) customAttributes(Optional<Map<String, Object>> customAttributes) Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.
-
Method Details
-
from
- Specified by:
fromin interfaceCreatePhoneCallRedirectRequest.PhoneStage
-
phone
Phone number in E.164 format, that will receive the SMS to continue the conversation in the Messenger.
- Specified by:
phonein interfaceCreatePhoneCallRedirectRequest.PhoneStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customAttributes
public CreatePhoneCallRedirectRequest._FinalStage customAttributes(Map<String, Object> customAttributes) - Specified by:
customAttributesin interfaceCreatePhoneCallRedirectRequest._FinalStage
-
customAttributes
public CreatePhoneCallRedirectRequest._FinalStage customAttributes(Optional<Map<String, Object>> customAttributes) - Specified by:
customAttributesin interfaceCreatePhoneCallRedirectRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreatePhoneCallRedirectRequest._FinalStage
-