Class SearchSmsConsentRecordsRequest

java.lang.Object
com.ringcentral.definitions.SearchSmsConsentRecordsRequest

public class SearchSmsConsentRecordsRequest extends Object
  • Field Details

    • from

      public String[] from
      The internal party's phone number(s) used to filter records (if requested `coverage` is `PhoneNumber` or `Account`)
    • to

      public String[] to
      The external party's phone number(s) used to filter records
    • optStatus

      public String 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

      public String[] coverage
      The coverage(s) used to filter records Enum: PhoneNumber, Account, CampaignType
    • campaignType

      public String[] campaignType
      The campaign type(s) used to filter records (if requested `coverage` is `CampaignType`) Enum: Conversational, Informational, Promotional
    • pageToken

      public String pageToken
      The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
    • perPage

      public Long 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