@Value.Immutable public abstract class MtBatchTextSmsUpdate extends MtBatchSmsUpdate
| Modifier and Type | Class and Description |
|---|---|
static class |
MtBatchTextSmsUpdate.Builder
A builder of text batch message updates.
|
| Constructor and Description |
|---|
MtBatchTextSmsUpdate() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
body()
The updated batch message body.
|
static MtBatchTextSmsUpdate.Builder |
builder()
Creates a builder of
MtBatchTextSmsUpdate instances. |
abstract UpdateValue<Map<String,ParameterValues>> |
parameters()
Description of how to update the batch parameters.
|
callbackUrl, check, deliveryReport, expireAt, recipientInsertions, recipientRemovals, sendAt, sender@Nonnull public static final MtBatchTextSmsUpdate.Builder builder()
MtBatchTextSmsUpdate instances.@Nullable public abstract String body()
See MtBatchTextSmsCreate.body() for a more thorough description
of this field.
null if left unchanged@Nullable public abstract UpdateValue<Map<String,ParameterValues>> parameters()
MtBatchTextSmsCreate.parameters()Copyright © 2016–2019 CLX Communications. All rights reserved.