Class MthSyncBaseHint

java.lang.Object
com.ringcentral.definitions.MthSyncBaseHint

public class MthSyncBaseHint extends Object
  • Field Details

    • recordType

      public String recordType
      Required Enum: ThreadCreatedHint, ThreadResolvedHint, ThreadDeletedHint, ThreadAssignedHint
    • id

      public String id
      Internal identifier of a system message Required
    • threadId

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

      public String lastModifiedTime
      Last modification date/time (always the same as a creation time since the system hints are immutable) Required Format: date-time
    • initiator

      public MthSyncBaseHintInitiator initiator
      Initiator of the action. Can be missing if the action was initiated by the system.
  • Constructor Details

    • MthSyncBaseHint

      public MthSyncBaseHint()
  • Method Details