Class ListChatNotesNewParameters

java.lang.Object
com.ringcentral.definitions.ListChatNotesNewParameters

public class ListChatNotesNewParameters extends Object
Query parameters for operation listChatNotesNew
  • Field Details

    • creationTimeTo

      public String creationTimeTo
      The end datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format including timezone, e.g. 2019-03-10T18:23:45. The default value is Now.
    • creationTimeFrom

      public String creationTimeFrom
      The start datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format including timezone
    • creatorId

      public String creatorId
      Internal identifier of the user that created the note. Multiple values are supported
    • status

      public String status
      Status of notes to be fetched; if not specified all notes are fetched by default. Enum: Active, Draft
    • pageToken

      public String pageToken
      Pagination token
    • recordCount

      public Long recordCount
      Max number of notes to be fetched by one request; the value range is 1-250. Maximum: 250 Format: int32 Default: 30
  • Constructor Details

    • ListChatNotesNewParameters

      public ListChatNotesNewParameters()
  • Method Details