Uses of Class
com.sinch.sdk.domains.sms.models.Batch
Package
Description
SMS API interface
SMS API related models
SMS API responses related models
-
Uses of Batch in com.sinch.sdk.domains.sms
Modifier and TypeMethodDescription<T extends Batch<?>>
TCancel a batch message.<T extends Batch<?>>
TGet a batch message.<T extends Batch<?>>
TReplace a batch .<T extends Batch<?>>
TSend a message or a batch of messages.<T extends Batch<?>>
TBatchesService.update
(String batchId, UpdateBaseBatchRequest<?> batch) Update a Batch message. -
Uses of Batch in com.sinch.sdk.domains.sms.models
Modifier and TypeClassDescriptionclass
BatchBinary typeclass
BatchMedia typeclass
BatchText type -
Uses of Batch in com.sinch.sdk.domains.sms.models.responses
ModifierConstructorDescriptionBatchesListResponse
(BatchesService service, com.sinch.sdk.core.models.pagination.Page<BatchesListRequestParameters, Batch<?>, Integer> page)