Uses of Class
com.sinch.sdk.domains.sms.models.BaseBatch
-
Packages that use BaseBatch Package Description com.sinch.sdk.domains.sms SMS API interfacecom.sinch.sdk.domains.sms.models.requests SMS API requests related models -
-
Uses of BaseBatch in com.sinch.sdk.domains.sms
Methods in com.sinch.sdk.domains.sms with parameters of type BaseBatch Modifier and Type Method Description DryRunBatchesService. dryRun(boolean perRecipient, int numberOfRecipient, BaseBatch<?> batch)Dry run
This operation will perform a dry run of a batch which calculates the bodies and number of parts for all messages in the batch without actually sending any messages.<T extends Batch<?>>
TBatchesService. replace(String batchId, BaseBatch<?> batch)Replace a batch
This operation will replace all the parameters of a batch with the provided values.<T extends Batch<?>>
TBatchesService. send(BaseBatch<?> batch)Send a message or a batch of messages
Depending on the length of the body, one message might be split into multiple parts and charged accordingly. -
Uses of BaseBatch in com.sinch.sdk.domains.sms.models.requests
Subclasses of BaseBatch in com.sinch.sdk.domains.sms.models.requests Modifier and Type Class Description classSendSmsBatchBinaryRequestclassSendSmsBatchMediaRequestclassSendSmsBatchTextRequest
-