Package software.xdev.brevo.model
Class SendTestSms
java.lang.Object
software.xdev.brevo.model.SendTestSms
SendTestSms
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMobile number of the recipient with the country code.inthashCode()phoneNumber(String phoneNumber) voidsetPhoneNumber(String phoneNumber) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PHONE_NUMBER
- See Also:
-
-
Constructor Details
-
SendTestSms
public SendTestSms()
-
-
Method Details
-
phoneNumber
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-