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 |
---|---|
static MtBatchBinarySmsUpdate.Builder |
ClxApi.batchBinarySmsUpdate()
Returns a freshly created builder for binary message updates.
|
Modifier and Type | Method and Description |
---|---|
static MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.builder()
Creates a builder of
MtBatchBinarySmsUpdate instances. |
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.callbackUrl(URI url)
Updates the callback URL.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.deliveryReport(ReportType deliveryReport)
Updates the delivery report type of this batch.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.expireAt(OffsetDateTime time)
Updates the batch expire time.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.sendAt(OffsetDateTime time)
Updates the scheduled send time.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.unsetCallbackUrl()
Resets the callback URL to the default callback URL.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.unsetDeliveryReport()
Resets the delivery report type to the messaging system default
value.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.unsetExpireAt()
Resets the batch expire time to the messaging system default value.
|
MtBatchBinarySmsUpdate.Builder |
MtBatchBinarySmsUpdate.Builder.unsetSendAt()
Unsets the scheduled send time.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.