Package com.ringcentral.definitions
Class OptOutBulkAssignRequest
java.lang.Object
com.ringcentral.definitions.OptOutBulkAssignRequest
Consists of `from` field and `optOuts` and `optIns` lists. Both `optOuts` and `optIns` can be empty but not simultaneously - at least one of the lists must be entered."
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe phone number of a sender which the recipients should be opted out from or opted in to Required Example: +15551234455String[]
The list of phone numbers to be opted in Example: +15551237799,+15551237798String[]
The list of phone numbers to be opted out Example: +15551237755,+15551237756 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
from
The phone number of a sender which the recipients should be opted out from or opted in to Required Example: +15551234455 -
optOuts
The list of phone numbers to be opted out Example: +15551237755,+15551237756 -
optIns
The list of phone numbers to be opted in Example: +15551237799,+15551237798
-
-
Constructor Details
-
OptOutBulkAssignRequest
public OptOutBulkAssignRequest()
-
-
Method Details
-
from
-
optOuts
-
optIns
-