Class MessageThread

java.lang.Object
com.ringcentral.definitions.MessageThread

public class MessageThread extends Object
  • Field Details

    • id

      public String id
      Thread ID Required
    • label

      public String label
      Thread human-readable label
    • status

      public String status
      Thread status Required Enum: Open, Resolved
    • statusReason

      public String statusReason
      Thread status transition reason (for threads in `Resolved` status only):

      - `Manual` - the thread was resolved manually; - `ThreadExpired` - the thread was automatically resolved according to TTL settings; - `OwnerDeleted` - the thread owner's extension was deleted; - `OwnerPhoneNumberDeleted` - the thread owner's phone number this thread was created for was deleted. Enum: Manual, ThreadExpired, OwnerDeleted, OwnerPhoneNumberDeleted

    • availability

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

      public OwnerResource owner
      Required
    • ownerParty

      public MessageThreadOwnerParty ownerParty
      Thread owner phone number information
    • guestParty

      public MessageThreadGuestParty guestParty
      Thread guest phone number information
    • assignee

      public MessageThreadAssignee assignee
      Cleared automatically when the thread is resolved or deleted
    • creationTime

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

      public String lastModifiedTime
      Thread last modification time Required Format: date-time
  • Constructor Details

    • MessageThread

      public MessageThread()
  • Method Details