Class MthSyncAliveNote

java.lang.Object
com.ringcentral.definitions.MthSyncAliveNote

public class MthSyncAliveNote extends Object
  • Field Details

    • recordType

      public String recordType
      Required Enum: AliveNote
    • id

      public String id
      Internal identifier of a note Required
    • threadId

      public String threadId
      Internal identifier of a message thread Required
    • availability

      public String availability
      Thread/message availability Required Enum: Alive, Deleted
    • creationTime

      public String creationTime
      Note creation date/time Required Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      Message last modification date/time Required Format: date-time
    • text

      public String text
      Message or note text Example: Hello, how are you doing today?
    • author

      public MthSyncAliveNoteAuthor author
      Thread note author
  • Constructor Details

    • MthSyncAliveNote

      public MthSyncAliveNote()
  • Method Details