ChannelSubtypeParameters |
OutboundRequest.channelSubtypeParameters() |
Returns the value of the ChannelSubtypeParameters property for this object.
|
static ChannelSubtypeParameters |
ChannelSubtypeParameters.fromEmail(Consumer<EmailChannelSubtypeParameters.Builder> email) |
Create an instance of this class with email() initialized to the given value.
|
static ChannelSubtypeParameters |
ChannelSubtypeParameters.fromEmail(EmailChannelSubtypeParameters email) |
Create an instance of this class with email() initialized to the given value.
|
static ChannelSubtypeParameters |
ChannelSubtypeParameters.fromSms(Consumer<SmsChannelSubtypeParameters.Builder> sms) |
Create an instance of this class with sms() initialized to the given value.
|
static ChannelSubtypeParameters |
ChannelSubtypeParameters.fromSms(SmsChannelSubtypeParameters sms) |
Create an instance of this class with sms() initialized to the given value.
|
static ChannelSubtypeParameters |
ChannelSubtypeParameters.fromTelephony(Consumer<TelephonyChannelSubtypeParameters.Builder> telephony) |
Create an instance of this class with telephony() initialized to the given value.
|
static ChannelSubtypeParameters |
ChannelSubtypeParameters.fromTelephony(TelephonyChannelSubtypeParameters telephony) |
Create an instance of this class with telephony() initialized to the given value.
|