Class ListSmsConsentRecordsParameters

java.lang.Object
com.ringcentral.definitions.ListSmsConsentRecordsParameters

public class ListSmsConsentRecordsParameters extends Object
Query parameters for operation listSmsConsentRecords
  • Field Details

    • 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 Example: 100 Default: 100
    • from

      public String[] from
      The sender's phone number(s) used to filter records
    • to

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

      public String[] optStatus
      The opt-out/opt-in status to filter records by. If omitted, `OptOut` records are returned Default: OptOut Enum: OptOut, OptIn
  • Constructor Details

    • ListSmsConsentRecordsParameters

      public ListSmsConsentRecordsParameters()
  • Method Details