Package | Description |
---|---|
com.clxcommunications.xms |
This package contains a Java interface for the CLX Communications XMS API.
|
Modifier and Type | Method and Description |
---|---|
MtBatchTextSmsResult |
ApiConnection.createBatch(MtBatchTextSmsCreate sms)
Creates the given batch and schedules it for submission.
|
MtBatchTextSmsResult |
ApiConnection.replaceBatch(BatchId id,
MtBatchTextSmsCreate sms)
Replaces the batch with the given identifier.
|
MtBatchTextSmsResult |
ApiConnection.updateBatch(BatchId id,
MtBatchTextSmsUpdate sms)
Updates the given text batch.
|
Modifier and Type | Method and Description |
---|---|
Future<MtBatchTextSmsResult> |
ApiConnection.createBatchAsync(MtBatchTextSmsCreate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously creates the given text batch and schedules it for
submission.
|
Future<MtBatchTextSmsResult> |
ApiConnection.replaceBatchAsync(BatchId id,
MtBatchTextSmsCreate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously replaces the batch with the given identifier.
|
Future<MtBatchTextSmsResult> |
ApiConnection.updateBatchAsync(BatchId batchId,
MtBatchTextSmsUpdate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously updates the text batch with the given batch ID.
|
Modifier and Type | Method and Description |
---|---|
Future<MtBatchTextSmsResult> |
ApiConnection.createBatchAsync(MtBatchTextSmsCreate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously creates the given text batch and schedules it for
submission.
|
Future<MtBatchTextSmsResult> |
ApiConnection.replaceBatchAsync(BatchId id,
MtBatchTextSmsCreate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously replaces the batch with the given identifier.
|
Future<MtBatchTextSmsResult> |
ApiConnection.updateBatchAsync(BatchId batchId,
MtBatchTextSmsUpdate sms,
FutureCallback<MtBatchTextSmsResult> callback)
Asynchronously updates the text batch with the given batch ID.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.