Class IntegrationType
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.IntegrationType
-
- All Implemented Interfaces:
Destination
public class IntegrationType extends java.lang.Object implements Destination
IntegrationType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_INTEGRATION_TYPE
-
Constructor Summary
Constructors Constructor Description IntegrationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetIntegrationType()The type of the integration to deliver the message to.inthashCode()IntegrationTypeintegrationType(java.lang.String integrationType)voidsetIntegrationType(java.lang.String integrationType)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_INTEGRATION_TYPE
public static final java.lang.String JSON_PROPERTY_INTEGRATION_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
integrationType
public IntegrationType integrationType(java.lang.String integrationType)
-
getIntegrationType
@Nullable public java.lang.String getIntegrationType()
The type of the integration to deliver the message to. Can be set to `none` if sending a [silent message](https://docs.smooch.io/guide/sending-messages/#silent-messages). Will return an error if the user does not have a client of that type attached to the conversation.- Returns:
- integrationType
-
setIntegrationType
public void setIntegrationType(java.lang.String integrationType)
-
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
-
-