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 end 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: 2020-11-09T16:07:52.597Z
    • 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: 2020-11-25T16:07:52.597Z
    • 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