Class CreateMessageStoreReportRequest

java.lang.Object
com.ringcentral.definitions.CreateMessageStoreReportRequest

public class CreateMessageStoreReportRequest extends Object
  • Field Details

    • dateTo

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

      public String dateFrom
      The beginning of the time range to collect call log records in ISO 8601 format including timezone. Default is the current time minus 24 hours Format: date-time
    • messageTypes

      public String[] messageTypes
      Types of messages to be collected. If not specified, all messages without message type filtering will be returned. Multiple values are accepted Example: Fax,VoiceMail Enum: Fax, SMS, VoiceMail, Pager
  • Constructor Details

    • CreateMessageStoreReportRequest

      public CreateMessageStoreReportRequest()
  • Method Details