@Value.Immutable public abstract class MtBatchBinarySmsUpdate extends MtBatchSmsUpdate
| Modifier and Type | Class and Description |
|---|---|
static class |
MtBatchBinarySmsUpdate.Builder
A builder of binary batch message updates.
|
| Constructor and Description |
|---|
MtBatchBinarySmsUpdate() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
body()
The updated binary message body.
|
static MtBatchBinarySmsUpdate.Builder |
builder()
Creates a builder of
MtBatchBinarySmsUpdate instances. |
abstract byte[] |
udh()
The updated User Data Header of the message.
|
callbackUrl, check, deliveryReport, expireAt, recipientInsertions, recipientRemovals, sendAt, sender@Nonnull public static final MtBatchBinarySmsUpdate.Builder builder()
MtBatchBinarySmsUpdate instances.@Nullable public abstract byte[] udh()
null if unchanged@Nullable public abstract byte[] body()
null if unchangedCopyright © 2016–2019 CLX Communications. All rights reserved.