Class AcsChatMemberRemovedFromThreadWithUserEventData


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

    • AcsChatMemberRemovedFromThreadWithUserEventData

      public AcsChatMemberRemovedFromThreadWithUserEventData()
  • Method Details

    • getTime

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

      Set the time property: The time at which the user was removed to the thread.
      Parameters:
      time - the time value to set.
      Returns:
      the AcsChatMemberRemovedFromThreadWithUserEventData object itself.
    • getRemovedBy

      public String getRemovedBy()
      Get the removedBy property: The MRI of the user who removed the user.
      Returns:
      the removedBy value.
    • setRemovedBy

      Set the removedBy property: The MRI of the user who removed the user.
      Parameters:
      removedBy - the removedBy value to set.
      Returns:
      the AcsChatMemberRemovedFromThreadWithUserEventData object itself.
    • getMemberRemoved

      public AcsChatThreadMemberProperties getMemberRemoved()
      Get the memberRemoved property: The details of the user who was removed.
      Returns:
      the memberRemoved value.
    • setMemberRemoved

      Set the memberRemoved property: The details of the user who was removed.
      Parameters:
      memberRemoved - the memberRemoved value to set.
      Returns:
      the AcsChatMemberRemovedFromThreadWithUserEventData object itself.