Class ReadA2PSMSOptOutsParameters

java.lang.Object
com.ringcentral.definitions.ReadA2PSMSOptOutsParameters

public class ReadA2PSMSOptOutsParameters extends Object
Query parameters for operation readA2PSMSOptOuts
  • Field Details

    • from

      public String from
      The sender's phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format for filtering messages. The asterisk value "*" means any number in `from` field Example: 15551234455
    • to

      public String to
      The receiver's phone number (`to` field) in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format for filtering messages Example: 15551237755
    • status

      public String status
      The status (opted out, opted in, or both) to be used as the filter Example: optout Default: optout Enum: optout, optin, all
    • pageToken

      public String pageToken
      The page token of the page to be retrieved Example: pgt1
    • perPage

      public Long perPage
      The number of records to be returned for the page Format: int32 Example: 5 Default: 1000
  • Constructor Details

    • ReadA2PSMSOptOutsParameters

      public ReadA2PSMSOptOutsParameters()
  • Method Details