@Value.Immutable public abstract class MtBatchTextSmsResult extends MtBatchSmsResult
| Modifier and Type | Class and Description |
|---|---|
static class |
MtBatchTextSmsResult.Builder
Builder of textual batch results.
|
| Constructor and Description |
|---|
MtBatchTextSmsResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
body()
The message text or template.
|
static MtBatchTextSmsResult.Builder |
builder()
Creates a builder of
MtBatchTextSmsResult instances. |
abstract Map<String,ParameterValues> |
parameters()
The message template parameter substitutions.
|
callbackUrl, canceled, createdAt, deliveryReport, expireAt, id, modifiedAt, recipients, sendAt, sender@Nonnull public static final MtBatchTextSmsResult.Builder builder()
MtBatchTextSmsResult instances.public abstract String body()
parameters() describes the parameter substitutions.
See MtBatchTextSmsCreate.body() for a more thorough description
of this field.
public abstract Map<String,ParameterValues> parameters()
body()
describes a template then this returns the substitutions for the template
parameters.body()Copyright © 2016–2019 CLX Communications. All rights reserved.