Class ParticipantLeaveBodyParticipantId
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ParticipantLeaveBodyParticipantId
-
- All Implemented Interfaces:
ParticipantLeaveBody
public class ParticipantLeaveBodyParticipantId extends java.lang.Object implements ParticipantLeaveBody
ParticipantLeaveBodyParticipantId
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_PARTICIPANT_ID
-
Constructor Summary
Constructors Constructor Description ParticipantLeaveBodyParticipantId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetParticipantId()The participantId of the user that will be removed from the conversation.inthashCode()ParticipantLeaveBodyParticipantIdparticipantId(java.lang.String participantId)voidsetParticipantId(java.lang.String participantId)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PARTICIPANT_ID
public static final java.lang.String JSON_PROPERTY_PARTICIPANT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
participantId
public ParticipantLeaveBodyParticipantId participantId(java.lang.String participantId)
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-