Class TMNoteInfo

java.lang.Object
com.ringcentral.definitions.TMNoteInfo

public class TMNoteInfo extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a note
    • title

      public String title
      Title of a note
    • chatIds

      public String[] chatIds
      Internal identifiers of the chat(s) where the note is posted or shared.
    • preview

      public String preview
      Preview of a note (first 150 characters of a body)
    • creator

      public TMCreatorInfo creator
    • lastModifiedBy

      public LastModifiedByInfo lastModifiedBy
    • lockedBy

      public LockedByInfo lockedBy
    • status

      public String status
      Note publishing status. Any note is created in 'Draft' status. After it is posted it becomes 'Active' Enum: Active, Draft
    • creationTime

      public String creationTime
      Creation time Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Datetime of the note last update Format: date-time
    • type

      public String type
      Enum: Note
  • Constructor Details

    • TMNoteInfo

      public TMNoteInfo()
  • Method Details