Class SendSmsBatchMediaRequest.Builder
java.lang.Object
com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest.Builder
- Enclosing class:
SendSmsBatchMediaRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setParameters
(Parameters parameters) setStrictValidation
(Boolean strictValidation)
-
Method Details
-
setParameters
- Parameters:
parameters
- Contains the parameters that will be used for customizing the message for each recipient.- Returns:
- current builder
-
setStrictValidation
- Parameters:
strictValidation
- Whether or not you want the media included in your message to be checked against Sinch MMS channel best practices. If set to true, your message will be rejected if it doesn't conform to the listed recommendations, otherwise no validation will be performed.- Returns:
- current builder
-
build
-