SMSChannelResponse.Builder |
SMSChannelResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that the SMS channel applies to.
|
static SMSChannelResponse.Builder |
SMSChannelResponse.builder() |
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.creationDate(String creationDate) |
The date and time, in ISO 8601 format, when the SMS channel was enabled.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.enabled(Boolean enabled) |
Specifies whether the SMS channel is enabled for the application.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.hasCredential(Boolean hasCredential) |
(Not used) This property is retained only for backward compatibility.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.id(String id) |
(Deprecated) An identifier for the SMS channel.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.isArchived(Boolean isArchived) |
Specifies whether the SMS channel is archived.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.lastModifiedBy(String lastModifiedBy) |
The user who last modified the SMS channel.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The date and time, in ISO 8601 format, when the SMS channel was last modified.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.platform(String platform) |
The type of messaging or notification platform for the channel.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.promotionalMessagesPerSecond(Integer promotionalMessagesPerSecond) |
The maximum number of promotional messages that you can send through the SMS channel each second.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.senderId(String senderId) |
The identity that displays on recipients' devices when they receive messages from the SMS channel.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.shortCode(String shortCode) |
The registered short code to use when you send messages through the SMS channel.
|
SMSChannelResponse.Builder |
SMSChannelResponse.toBuilder() |
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.transactionalMessagesPerSecond(Integer transactionalMessagesPerSecond) |
The maximum number of transactional messages that you can send through the SMS channel each second.
|
SMSChannelResponse.Builder |
SMSChannelResponse.Builder.version(Integer version) |
The current version of the SMS channel.
|