Class ParticipantResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ParticipantResponse
-
public class ParticipantResponse extends java.lang.ObjectThe created participant.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_PARTICIPANT
-
Constructor Summary
Constructors Constructor Description ParticipantResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)ParticipantgetParticipant()Get participantinthashCode()ParticipantResponseparticipant(Participant participant)voidsetParticipant(Participant participant)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PARTICIPANT
public static final java.lang.String JSON_PROPERTY_PARTICIPANT
- See Also:
- Constant Field Values
-
-
Method Detail
-
participant
public ParticipantResponse participant(Participant participant)
-
getParticipant
@Nullable public Participant getParticipant()
Get participant- Returns:
- participant
-
setParticipant
public void setParticipant(Participant participant)
-
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
-
-