Package com.ringcentral.definitions
Class CreateMMSMessage
java.lang.Object
com.ringcentral.definitions.CreateMMSMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionMedia file(s) to upload RequiredRequiredText of a message.Message receiver(s) information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments
(Attachment[] attachments) country
(SmsRequestCountryInfo country)
-
Field Details
-
from
Required -
to
Message receiver(s) information. The `phoneNumber` value is required Required -
text
Text of a message. Max length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus restricting the maximum message length to 500 symbols -
country
-
attachments
Media file(s) to upload Required
-
-
Constructor Details
-
CreateMMSMessage
public CreateMMSMessage()
-
-
Method Details
-
from
-
to
-
text
-
country
-
attachments
-