| Modifier and Type | Method and Description |
|---|---|
SmsReceiver |
SmsReceiver.withCountryCode(String countryCode)
Set the country code of the SMS receiver.
|
SmsReceiver |
SmsReceiver.withName(String name)
Set the name of the SMS receiver.
|
SmsReceiver |
SmsReceiver.withPhoneNumber(String phoneNumber)
Set the phone number of the SMS receiver.
|
| Modifier and Type | Method and Description |
|---|---|
List<SmsReceiver> |
ActionGroup.smsReceivers()
Get the smsReceivers value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/