Class AcsChatMemberAddedToThreadWithUserEventData


public final class AcsChatMemberAddedToThreadWithUserEventData extends AcsChatThreadEventBaseProperties
The AcsChatMemberAddedToThreadWithUserEventData model.
  • Constructor Details

    • AcsChatMemberAddedToThreadWithUserEventData

      public AcsChatMemberAddedToThreadWithUserEventData()
  • Method Details

    • getTime

      public OffsetDateTime getTime()
      Get the time property: The time at which the user was added to the thread.
      Returns:
      the time value.
    • setTime

      Set the time property: The time at which the user was added to the thread.
      Parameters:
      time - the time value to set.
      Returns:
      the AcsChatMemberAddedToThreadWithUserEventData object itself.
    • getAddedBy

      public String getAddedBy()
      Get the addedBy property: The MRI of the user who added the user.
      Returns:
      the addedBy value.
    • setAddedBy

      Set the addedBy property: The MRI of the user who added the user.
      Parameters:
      addedBy - the addedBy value to set.
      Returns:
      the AcsChatMemberAddedToThreadWithUserEventData object itself.
    • getMemberAdded

      public AcsChatThreadMemberProperties getMemberAdded()
      Get the memberAdded property: The details of the user who was added.
      Returns:
      the memberAdded value.
    • setMemberAdded

      Set the memberAdded property: The details of the user who was added.
      Parameters:
      memberAdded - the memberAdded value to set.
      Returns:
      the AcsChatMemberAddedToThreadWithUserEventData object itself.