Uses of Class
com.sinch.sdk.domains.sms.models.Batch
-
Packages that use Batch Package Description com.sinch.sdk.domains.sms SMS API interfacecom.sinch.sdk.domains.sms.models com.sinch.sdk.domains.sms.models.responses SMS API responses related models -
-
Uses of Batch in com.sinch.sdk.domains.sms
Methods in com.sinch.sdk.domains.sms with type parameters of type Batch Modifier and Type Method Description <T extends Batch<?>>
TBatchesService. cancel(String batchId)Cancel a batch message
A batch can be canceled at any point.<T extends Batch<?>>
TBatchesService. get(String batchId)Get a batch message
This operation returns a specific batch that matches the provided batch ID.<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.<T extends Batch<?>>
TBatchesService. update(String batchId, UpdateBaseBatchRequest<?> batch)Update a Batch message
This operation updates all specified parameters of a batch that matches the provided batch ID. -
Uses of Batch in com.sinch.sdk.domains.sms.models
Subclasses of Batch in com.sinch.sdk.domains.sms.models Modifier and Type Class Description classBatchBinaryBatchBinary typeclassBatchMediaBatchMedia typeclassBatchTextBatchText type -
Uses of Batch in com.sinch.sdk.domains.sms.models.responses
Methods in com.sinch.sdk.domains.sms.models.responses that return types with arguments of type Batch Modifier and Type Method Description Collection<Batch<?>>BatchesListResponse. getContent()Constructor parameters in com.sinch.sdk.domains.sms.models.responses with type arguments of type Batch Constructor Description BatchesListResponse(BatchesService service, com.sinch.sdk.core.models.pagination.Page<BatchesListRequestParameters,Batch<?>,Integer> page)
-