Class AcsChatMemberRemovedFromThreadWithUserEventData


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

      • AcsChatMemberRemovedFromThreadWithUserEventData

        public AcsChatMemberRemovedFromThreadWithUserEventData()
    • Method Detail

      • getTime

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

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

        public AcsChatMemberRemovedFromThreadWithUserEventData setRemovedBy​(String removedBy)
        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.