Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
com.clxcommunications.xms.api |
A collection of classes that represent objects sent and received from the XMS
REST 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.
|
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 | Class and Description |
---|---|
class |
MtBatchBinarySmsCreate
Container of all necessary parameters to create a binary SMS batch message.
|
class |
MtBatchTextSmsCreate
Container of all necessary parameters to create a text SMS batch message.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.