Class SendSmsBatchMediaRequest.Builder

java.lang.Object
com.sinch.sdk.domains.sms.models.requests.SendSmsBatchMediaRequest.Builder
Enclosing class:
SendSmsBatchMediaRequest

public static class SendSmsBatchMediaRequest.Builder extends Object
  • Method Details

    • setParameters

      public SendSmsBatchMediaRequest.Builder setParameters(Parameters parameters)
      Parameters:
      parameters - Contains the parameters that will be used for customizing the message for each recipient.
      Returns:
      current builder
    • setStrictValidation

      public SendSmsBatchMediaRequest.Builder setStrictValidation(Boolean strictValidation)
      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

      public SendSmsBatchMediaRequest build()