Class ParticipantLeaveBodyParticipantId

    • Field Detail

      • JSON_PROPERTY_PARTICIPANT_ID

        public static final java.lang.String JSON_PROPERTY_PARTICIPANT_ID
        See Also:
        Constant Field Values
    • Constructor Detail

      • ParticipantLeaveBodyParticipantId

        public ParticipantLeaveBodyParticipantId()
    • Method Detail

      • getParticipantId

        @Nullable
        public java.lang.String getParticipantId()
        The participantId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.
        Returns:
        participantId
      • setParticipantId

        public void setParticipantId​(java.lang.String participantId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object