Package com.ringcentral.definitions
Class SmsOptHistoryRecord
java.lang.Object
com.ringcentral.definitions.SmsOptHistoryRecord
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe time when this history record was created Required Format: date-timePhone number in e.164 format (with '+' prefix) Required Example: +16501234567Consent 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
-
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 -
from
Phone number in e.164 format (with '+' prefix) Required Example: +16501234567 -
source
The source of the consent record Required Enum: Recipient, Api, Upstream, Carrier -
createdAt
The time when this history record was created Required Format: date-time
-
-
Constructor Details
-
SmsOptHistoryRecord
public SmsOptHistoryRecord()
-
-
Method Details
-
to
-
optStatus
-
from
-
source
-
createdAt
-