Package com.ringcentral.definitions
Class SearchSmsConsentRecordsRequest
java.lang.Object
com.ringcentral.definitions.SearchSmsConsentRecordsRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]The campaign type(s) used to filter records (if requested `coverage` is `CampaignType`) Enum: Conversational, Informational, PromotionalString[]The coverage(s) used to filter records Enum: PhoneNumber, Account, CampaignTypeString[]The internal party's phone number(s) used to filter records (if requested `coverage` is `PhoneNumber` or `Account`)Consent status of a recipient's phone number: - `OptOut` - The number is opted out of receiving SMS.The token indicating the particular page of the result set to be retrieved.The number of items per page.String[]The external party's phone number(s) used to filter records -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
from
The internal party's phone number(s) used to filter records (if requested `coverage` is `PhoneNumber` or `Account`) -
to
The external party's phone number(s) used to filter records -
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). Example: OptOut Enum: OptOut, OptIn -
coverage
The coverage(s) used to filter records Enum: PhoneNumber, Account, CampaignType -
campaignType
The campaign type(s) used to filter records (if requested `coverage` is `CampaignType`) Enum: Conversational, Informational, Promotional -
pageToken
The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned. -
perPage
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Default: 100
-
-
Constructor Details
-
SearchSmsConsentRecordsRequest
public SearchSmsConsentRecordsRequest()
-
-
Method Details
-
from
-
to
-
optStatus
-
coverage
-
campaignType
-
pageToken
-
perPage
-