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 |
---|---|
MtBatchSmsResult |
ApiConnection.cancelBatch(BatchId batchId)
Cancels the batch with the given batch ID.
|
MtBatchSmsResult |
ApiConnection.fetchBatch(BatchId id)
Fetches the given batch.
|
Modifier and Type | Method and Description |
---|---|
Future<MtBatchSmsResult> |
ApiConnection.cancelBatchAsync(BatchId batchId,
FutureCallback<MtBatchSmsResult> callback)
Cancels the batch with the given batch ID.
|
Future<MtBatchSmsResult> |
ApiConnection.fetchBatchAsync(BatchId batchId,
FutureCallback<MtBatchSmsResult> callback)
Fetches a batch with the given batch ID.
|
PagedFetcher<MtBatchSmsResult> |
ApiConnection.fetchBatches(BatchFilter filter)
Creates a page fetcher to retrieve a paged list of batches.
|
Modifier and Type | Method and Description |
---|---|
Future<MtBatchSmsResult> |
ApiConnection.cancelBatchAsync(BatchId batchId,
FutureCallback<MtBatchSmsResult> callback)
Cancels the batch with the given batch ID.
|
Future<MtBatchSmsResult> |
ApiConnection.fetchBatchAsync(BatchId batchId,
FutureCallback<MtBatchSmsResult> callback)
Fetches a batch with the given batch ID.
|
Modifier and Type | Class and Description |
---|---|
class |
MtBatchBinarySmsResult
Objects of this class contain information about a binary SMS batch.
|
class |
MtBatchTextSmsResult
Objects of this class contain information about a textual SMS batch.
|
Modifier and Type | Method and Description |
---|---|
abstract List<MtBatchSmsResult> |
PagedBatchResult.content() |
Copyright © 2016–2019 CLX Communications. All rights reserved.