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 |
---|---|
MoSms |
ApiConnection.fetchInbound(String id)
Fetches the inbound message having the given identifier.
|
Modifier and Type | Method and Description |
---|---|
Future<MoSms> |
ApiConnection.fetchInboundAsync(String id,
FutureCallback<MoSms> callback)
Fetches the inbound message having the given identifier.
|
PagedFetcher<MoSms> |
ApiConnection.fetchInbounds(InboundsFilter filter)
Creates a page fetcher to retrieve a paged list of inbound messages.
|
Modifier and Type | Method and Description |
---|---|
Future<MoSms> |
ApiConnection.fetchInboundAsync(String id,
FutureCallback<MoSms> callback)
Fetches the inbound message having the given identifier.
|
Modifier and Type | Class and Description |
---|---|
class |
MoBinarySms
A binary mobile originated SMS message.
|
class |
MoTextSms
A mobile originated (MO) message with textual content.
|
Modifier and Type | Method and Description |
---|---|
abstract List<MoSms> |
PagedInboundsResult.content() |
Copyright © 2016–2019 CLX Communications. All rights reserved.