public class VoiceReceiver extends Object
| Constructor and Description |
|---|
VoiceReceiver() |
| Modifier and Type | Method and Description |
|---|---|
String |
countryCode()
Get the country code of the voice receiver.
|
String |
name()
Get the name of the voice receiver.
|
String |
phoneNumber()
Get the phone number of the voice receiver.
|
VoiceReceiver |
withCountryCode(String countryCode)
Set the country code of the voice receiver.
|
VoiceReceiver |
withName(String name)
Set the name of the voice receiver.
|
VoiceReceiver |
withPhoneNumber(String phoneNumber)
Set the phone number of the voice receiver.
|
public String name()
public VoiceReceiver withName(String name)
name - the name value to setpublic String countryCode()
public VoiceReceiver withCountryCode(String countryCode)
countryCode - the countryCode value to setpublic String phoneNumber()
public VoiceReceiver withPhoneNumber(String phoneNumber)
phoneNumber - the phoneNumber value to setCopyright © 2019. All rights reserved.