Class IntegrationId
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.IntegrationId
-
- All Implemented Interfaces:
Destination
public class IntegrationId extends java.lang.Object implements Destination
IntegrationId
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_INTEGRATION_ID
-
Constructor Summary
Constructors Constructor Description IntegrationId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetIntegrationId()The id of the integration to deliver the message to.inthashCode()IntegrationIdintegrationId(java.lang.String integrationId)voidsetIntegrationId(java.lang.String integrationId)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_INTEGRATION_ID
public static final java.lang.String JSON_PROPERTY_INTEGRATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
integrationId
public IntegrationId integrationId(java.lang.String integrationId)
-
getIntegrationId
@Nullable public java.lang.String getIntegrationId()
The id of the integration to deliver the message to. Will return an error if the integration does not exist or if the user does not have a client for the integration attached to the conversation.- Returns:
- integrationId
-
setIntegrationId
public void setIntegrationId(java.lang.String integrationId)
-
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
-
-