Class ListA2PBatchesParameters

java.lang.Object
com.ringcentral.definitions.ListA2PBatchesParameters

public class ListA2PBatchesParameters extends Object
Query parameters for operation listA2PBatches
  • Field Details

    • dateFrom

      public String dateFrom
      The beginning of the time range to filter the results in ISO 8601 format including timezone. Default is the `dateTo` minus 24 hours Format: date-time Example: Mon Nov 09 2020 08:07:52 GMT-0800 (Pacific Standard Time)
    • dateTo

      public String dateTo
      The end of the time range to filter the results in ISO 8601 format including timezone. Default is the current time Format: date-time Example: Wed Nov 25 2020 08:07:52 GMT-0800 (Pacific Standard Time)
    • from

      public String from
      Phone number in E.164 format from which the messages are going to be sent Example: 15551234455
    • status

      public String[] status
      A list of batch statuses to filter the results Example: Queued,Processing Enum: Queued, Processing, Sent, Completed
    • 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 per page Format: int64 Example: 1
  • Constructor Details

    • ListA2PBatchesParameters

      public ListA2PBatchesParameters()
  • Method Details