Class ParticipantLeaveBodyUserId
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ParticipantLeaveBodyUserId
-
- All Implemented Interfaces:
ParticipantLeaveBody
public class ParticipantLeaveBodyUserId extends java.lang.Object implements ParticipantLeaveBody
ParticipantLeaveBodyUserId
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_USER_ID
-
Constructor Summary
Constructors Constructor Description ParticipantLeaveBodyUserId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetUserId()The id of the user that will be removed from the conversation.inthashCode()voidsetUserId(java.lang.String userId)java.lang.StringtoString()ParticipantLeaveBodyUserIduserId(java.lang.String userId)
-
-
-
Field Detail
-
JSON_PROPERTY_USER_ID
public static final java.lang.String JSON_PROPERTY_USER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
userId
public ParticipantLeaveBodyUserId userId(java.lang.String userId)
-
getUserId
@Nullable public java.lang.String getUserId()
The id of the user that will be removed from the conversation. It will return 404 if the user can’t be found.- Returns:
- userId
-
setUserId
public void setUserId(java.lang.String userId)
-
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
-
-