Class MessageStoreReport

java.lang.Object
com.ringcentral.definitions.MessageStoreReport

public class MessageStoreReport extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a message store report task Example: 400142200026-400142200026-bd162f24028442489385eb3f44c18354
    • uri

      public String uri
      Canonical URI of a task Format: uri
    • status

      public String status
      Status of a message store report task Enum: Accepted, Pending, InProgress, AttemptFailed, Failed, Completed, Cancelled
    • accountId

      public String accountId
      Internal identifier of an account
    • extensionId

      public String extensionId
      Internal identifier of an extension
    • dateTo

      public String dateTo
      The end of the time range to collect message records in ISO 8601 format including timezone Format: date-time
    • dateFrom

      public String dateFrom
      The beginning of the time range to collect call log records in ISO 8601 format including timezone Format: date-time
    • startTime

      public String startTime
      The time when this task was started Format: date-time
    • finishTime

      public String finishTime
      The time when this task was finished Format: date-time
    • messageTypes

      public String[] messageTypes
      Type of messages to be collected. Example: Fax,VoiceMail Enum: Fax, SMS, VoiceMail, Pager
  • Constructor Details

    • MessageStoreReport

      public MessageStoreReport()
  • Method Details