public static class InputContactMessageContent.InputContactMessageContentBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InputContactMessageContent |
build()
Builds the InputContactMessageContent object
|
InputContactMessageContent.InputContactMessageContentBuilder |
firstName(String firstName)
*Required*
Sets the first name to the provided value
|
InputContactMessageContent.InputContactMessageContentBuilder |
lastName(String lastName)
*Optional*
Sets the last name to the provided value
|
InputContactMessageContent.InputContactMessageContentBuilder |
phoneNumber(String phoneNumber)
*Required*
Sets the phone number to the provided value
|
public InputContactMessageContent.InputContactMessageContentBuilder phoneNumber(String phoneNumber)
phoneNumber - The contacts phone numberpublic InputContactMessageContent.InputContactMessageContentBuilder firstName(String firstName)
firstName - The contacts first namepublic InputContactMessageContent.InputContactMessageContentBuilder lastName(String lastName)
lastName - The contacts last namepublic InputContactMessageContent build()
Copyright © 2017. All rights reserved.