Class SendTestSms

java.lang.Object
software.xdev.brevo.model.SendTestSms

public class SendTestSms extends Object
SendTestSms
  • Field Details

  • Constructor Details

    • SendTestSms

      public SendTestSms()
  • Method Details

    • phoneNumber

      public SendTestSms phoneNumber(@Nullable String phoneNumber)
    • getPhoneNumber

      @Nullable public String getPhoneNumber()
      Mobile number of the recipient with the country code. This number **must belong to one of your contacts in Brevo account and must not be blacklisted**
      Returns:
      phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(@Nullable String phoneNumber)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string