Class ParticipantJoinBody
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ParticipantSubSchema
-
- com.zendesk.sunshine_conversations_client.model.ParticipantJoinBody
-
public class ParticipantJoinBody extends ParticipantSubSchema
ParticipantJoinBody
-
-
Field Summary
-
Fields inherited from class com.zendesk.sunshine_conversations_client.model.ParticipantSubSchema
JSON_PROPERTY_SUBSCRIBE_S_D_K_CLIENT, JSON_PROPERTY_USER_EXTERNAL_ID, JSON_PROPERTY_USER_ID
-
-
Constructor Summary
Constructors Constructor Description ParticipantJoinBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.zendesk.sunshine_conversations_client.model.ParticipantSubSchema
getSubscribeSDKClient, getUserExternalId, getUserId, setSubscribeSDKClient, setUserExternalId, setUserId, subscribeSDKClient, userExternalId, userId
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classParticipantSubSchema
-
hashCode
public int hashCode()
- Overrides:
hashCodein classParticipantSubSchema
-
toString
public java.lang.String toString()
- Overrides:
toStringin classParticipantSubSchema
-
-