Package com.ringcentral.definitions
Class UpdateSmsOptRecord
java.lang.Object
com.ringcentral.definitions.UpdateSmsOptRecord
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe wildcard ('*') indicating that all account numbers should be opted out or opted in Required Example: +16501234567 Enum: *Consent status of a recipient's phone number: - `OptOut` - The number is opted out of receiving SMS.The source of the consent record Required Enum: Recipient, Api, Upstream, CarrierPhone number in e.164 format (with '+' prefix) Required Example: +16501234567 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
from
The wildcard ('*') indicating that all account numbers should be opted out or opted in Required Example: +16501234567 Enum: * -
to
Phone number in e.164 format (with '+' prefix) Required Example: +16501234567 -
optStatus
Consent status of a recipient's phone number: - `OptOut` - The number is opted out of receiving SMS. - `OptIn` - The number is opted in to receiving SMS (if it was previously opted out). Required Example: OptOut Enum: OptOut, OptIn -
source
The source of the consent record Required Enum: Recipient, Api, Upstream, Carrier
-
-
Constructor Details
-
UpdateSmsOptRecord
public UpdateSmsOptRecord()
-
-
Method Details
-
from
-
to
-
optStatus
-
source
-