Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
Modifier and Type | Method and Description |
---|---|
MtBatchDryRunResult |
ApiConnection.createBatchDryRun(MtBatchSmsCreate sms,
Boolean perRecipient,
Integer numRecipients)
Attempts to perform a dry run of the given batch.
|
Modifier and Type | Method and Description |
---|---|
Future<MtBatchDryRunResult> |
ApiConnection.createBatchDryRunAsync(MtBatchSmsCreate sms,
Boolean perRecipient,
Integer numRecipients,
FutureCallback<MtBatchDryRunResult> callback)
Asynchronously performs a dry run of the given batch.
|
Modifier and Type | Method and Description |
---|---|
Future<MtBatchDryRunResult> |
ApiConnection.createBatchDryRunAsync(MtBatchSmsCreate sms,
Boolean perRecipient,
Integer numRecipients,
FutureCallback<MtBatchDryRunResult> callback)
Asynchronously performs a dry run of the given batch.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.