public class InputContactMessageContent extends Object implements InputMessageContent
| Modifier and Type | Class and Description |
|---|---|
static class |
InputContactMessageContent.InputContactMessageContentBuilder
The builder for the InputContactMessageContent object
|
| Constructor and Description |
|---|
InputContactMessageContent() |
| Modifier and Type | Method and Description |
|---|---|
static InputContactMessageContent.InputContactMessageContentBuilder |
builder()
This builder will allow you to progressively construct this object.
|
String |
getFirstName()
Gets contacts first name
|
String |
getLastName()
Gets contacts last name
|
String |
getPhoneNumber()
Gets contacts phone number
|
InputMessageContentType |
getType()
Gets the type of InputMessageContent that this object represents
|
public static InputContactMessageContent.InputContactMessageContentBuilder builder()
public InputMessageContentType getType()
getType in interface InputMessageContent@NonNull public String getPhoneNumber()
@NonNull public String getFirstName()
public String getLastName()
Copyright © 2017. All rights reserved.