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