Class ClientAssociation
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ClientAssociation
-
public class ClientAssociation extends java.lang.ObjectClientAssociation
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CLIENT_IDstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description ClientAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientAssociationclientId(java.lang.String clientId)booleanequals(java.lang.Object o)java.lang.StringgetClientId()The id of the client being referenced.ClientTypegetType()Get typeinthashCode()voidsetClientId(java.lang.String clientId)voidsetType(ClientType type)java.lang.StringtoString()ClientAssociationtype(ClientType type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_ID
public static final java.lang.String JSON_PROPERTY_CLIENT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public ClientAssociation type(ClientType type)
-
getType
@Nullable public ClientType getType()
Get type- Returns:
- type
-
setType
public void setType(ClientType type)
-
clientId
public ClientAssociation clientId(java.lang.String clientId)
-
getClientId
@Nullable public java.lang.String getClientId()
The id of the client being referenced.- Returns:
- clientId
-
setClientId
public void setClientId(java.lang.String clientId)
-
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
-
-