public static interface SMSChannelResponse.Builder extends SdkPojo, CopyableBuilder<SMSChannelResponse.Builder,SMSChannelResponse>
| Modifier and Type | Method and Description |
|---|---|
SMSChannelResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the SMS channel applies to.
|
SMSChannelResponse.Builder |
creationDate(String creationDate)
The date and time, in ISO 8601 format, when the SMS channel was enabled.
|
SMSChannelResponse.Builder |
enabled(Boolean enabled)
Specifies whether the SMS channel is enabled for the application.
|
SMSChannelResponse.Builder |
hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
SMSChannelResponse.Builder |
id(String id)
(Deprecated) An identifier for the SMS channel.
|
SMSChannelResponse.Builder |
isArchived(Boolean isArchived)
Specifies whether the SMS channel is archived.
|
SMSChannelResponse.Builder |
lastModifiedBy(String lastModifiedBy)
The user who last modified the SMS channel.
|
SMSChannelResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the SMS channel was last modified.
|
SMSChannelResponse.Builder |
platform(String platform)
The type of messaging or notification platform for the channel.
|
SMSChannelResponse.Builder |
promotionalMessagesPerSecond(Integer promotionalMessagesPerSecond)
The maximum number of promotional messages that you can send through the SMS channel each second.
|
SMSChannelResponse.Builder |
senderId(String senderId)
The identity that displays on recipients' devices when they receive messages from the SMS channel.
|
SMSChannelResponse.Builder |
shortCode(String shortCode)
The registered short code to use when you send messages through the SMS channel.
|
SMSChannelResponse.Builder |
transactionalMessagesPerSecond(Integer transactionalMessagesPerSecond)
The maximum number of transactional messages that you can send through the SMS channel each second.
|
SMSChannelResponse.Builder |
version(Integer version)
The current version of the SMS channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMSChannelResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the SMS channel applies to.
applicationId - The unique identifier for the application that the SMS channel applies to.SMSChannelResponse.Builder creationDate(String creationDate)
The date and time, in ISO 8601 format, when the SMS channel was enabled.
creationDate - The date and time, in ISO 8601 format, when the SMS channel was enabled.SMSChannelResponse.Builder enabled(Boolean enabled)
Specifies whether the SMS channel is enabled for the application.
enabled - Specifies whether the SMS channel is enabled for the application.SMSChannelResponse.Builder hasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
hasCredential - (Not used) This property is retained only for backward compatibility.SMSChannelResponse.Builder id(String id)
(Deprecated) An identifier for the SMS channel. This property is retained only for backward compatibility.
id - (Deprecated) An identifier for the SMS channel. This property is retained only for backward
compatibility.SMSChannelResponse.Builder isArchived(Boolean isArchived)
Specifies whether the SMS channel is archived.
isArchived - Specifies whether the SMS channel is archived.SMSChannelResponse.Builder lastModifiedBy(String lastModifiedBy)
The user who last modified the SMS channel.
lastModifiedBy - The user who last modified the SMS channel.SMSChannelResponse.Builder lastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the SMS channel was last modified.
lastModifiedDate - The date and time, in ISO 8601 format, when the SMS channel was last modified.SMSChannelResponse.Builder platform(String platform)
The type of messaging or notification platform for the channel. For the SMS channel, this value is SMS.
platform - The type of messaging or notification platform for the channel. For the SMS channel, this value is
SMS.SMSChannelResponse.Builder promotionalMessagesPerSecond(Integer promotionalMessagesPerSecond)
The maximum number of promotional messages that you can send through the SMS channel each second.
promotionalMessagesPerSecond - The maximum number of promotional messages that you can send through the SMS channel each second.SMSChannelResponse.Builder senderId(String senderId)
The identity that displays on recipients' devices when they receive messages from the SMS channel.
senderId - The identity that displays on recipients' devices when they receive messages from the SMS channel.SMSChannelResponse.Builder shortCode(String shortCode)
The registered short code to use when you send messages through the SMS channel.
shortCode - The registered short code to use when you send messages through the SMS channel.SMSChannelResponse.Builder transactionalMessagesPerSecond(Integer transactionalMessagesPerSecond)
The maximum number of transactional messages that you can send through the SMS channel each second.
transactionalMessagesPerSecond - The maximum number of transactional messages that you can send through the SMS channel each second.SMSChannelResponse.Builder version(Integer version)
The current version of the SMS channel.
version - The current version of the SMS channel.Copyright © 2023. All rights reserved.