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 |
---|---|
abstract Set<DeliveryStatus> |
BatchDeliveryReportParams.statuses()
A set of delivery statuses that should be fetched.
|
Modifier and Type | Field and Description |
---|---|
static DeliveryStatus |
DeliveryStatus.ABORTED
Message was aborted before reaching SMSC.
|
static DeliveryStatus |
DeliveryStatus.DELIVERED
Message has been delivered.
|
static DeliveryStatus |
DeliveryStatus.DISPATCHED
Message has been dispatched and accepted for delivery by the SMSC.
|
static DeliveryStatus |
DeliveryStatus.EXPIRED
Message expired before delivery.
|
static DeliveryStatus |
DeliveryStatus.FAILED
Message failed to be delivered.
|
static DeliveryStatus |
DeliveryStatus.QUEUED
Message is queued within REST API system and will be dispatched according
to the rate of the account.
|
static DeliveryStatus |
DeliveryStatus.REJECTED
Message was rejected by SMSC.
|
static DeliveryStatus |
DeliveryStatus.UNKNOWN
It is not known if message was delivered or not.
|
Modifier and Type | Method and Description |
---|---|
static DeliveryStatus |
DeliveryStatus.of(String status)
Creates a delivery status object from the given string representation.
|
abstract DeliveryStatus |
BatchDeliveryReport.Status.status()
The delivery status for this bucket.
|
abstract DeliveryStatus |
RecipientDeliveryReport.status()
The delivery status of the message.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.