@Value.Immutable public abstract class MtBatchBinarySmsResult extends MtBatchSmsResult
| Modifier and Type | Class and Description |
|---|---|
static class |
MtBatchBinarySmsResult.Builder
Builder of binary batch results.
|
| Constructor and Description |
|---|
MtBatchBinarySmsResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
body()
The binary message body.
|
static MtBatchBinarySmsResult.Builder |
builder()
Creates a builder of
MtBatchBinarySmsResult instances. |
abstract byte[] |
udh()
The User Data Header of the message.
|
callbackUrl, canceled, createdAt, deliveryReport, expireAt, id, modifiedAt, recipients, sendAt, sender@Nonnull public static final MtBatchBinarySmsResult.Builder builder()
MtBatchBinarySmsResult instances.public abstract byte[] udh()
public abstract byte[] body()
Copyright © 2016–2019 CLX Communications. All rights reserved.