Class MailgunUpdate
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.MailgunUpdate
-
- All Implemented Interfaces:
IntegrationUpdate
public class MailgunUpdate extends java.lang.Object implements IntegrationUpdate
MailgunUpdate
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_DEFAULT_RESPONDER_IDstatic java.lang.StringJSON_PROPERTY_DISPLAY_NAMEstatic java.lang.StringJSON_PROPERTY_FROM_ADDRESSstatic java.lang.StringJSON_PROPERTY_HIDE_UNSUBSCRIBE_LINK
-
Constructor Summary
Constructors Constructor Description MailgunUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MailgunUpdatedefaultResponderId(java.lang.String defaultResponderId)MailgunUpdatedisplayName(java.lang.String displayName)booleanequals(java.lang.Object o)MailgunUpdatefromAddress(java.lang.String fromAddress)java.lang.StringgetDefaultResponderId()The default responder ID for the integration.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>getDefaultResponderId_JsonNullable()java.lang.StringgetDisplayName()A human-friendly name used to identify the integration.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>getDisplayName_JsonNullable()java.lang.StringgetFromAddress()Email address to use as the From and Reply-To address if it must be different from incomingAddress.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>getFromAddress_JsonNullable()java.lang.BooleangetHideUnsubscribeLink()A boolean value indicating whether the unsubscribe link should be omitted from outgoing emails.inthashCode()MailgunUpdatehideUnsubscribeLink(java.lang.Boolean hideUnsubscribeLink)voidsetDefaultResponderId(java.lang.String defaultResponderId)voidsetDefaultResponderId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> defaultResponderId)voidsetDisplayName(java.lang.String displayName)voidsetDisplayName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)voidsetFromAddress(java.lang.String fromAddress)voidsetFromAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fromAddress)voidsetHideUnsubscribeLink(java.lang.Boolean hideUnsubscribeLink)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISPLAY_NAME
public static final java.lang.String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEFAULT_RESPONDER_ID
public static final java.lang.String JSON_PROPERTY_DEFAULT_RESPONDER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HIDE_UNSUBSCRIBE_LINK
public static final java.lang.String JSON_PROPERTY_HIDE_UNSUBSCRIBE_LINK
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FROM_ADDRESS
public static final java.lang.String JSON_PROPERTY_FROM_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
displayName
public MailgunUpdate displayName(java.lang.String displayName)
-
getDisplayName
@Nullable public java.lang.String getDisplayName()
A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`.- Returns:
- displayName
-
getDisplayName_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDisplayName_JsonNullable()
-
setDisplayName_JsonNullable
public void setDisplayName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> displayName)
-
setDisplayName
public void setDisplayName(java.lang.String displayName)
-
defaultResponderId
public MailgunUpdate defaultResponderId(java.lang.String defaultResponderId)
-
getDefaultResponderId
@Nullable public java.lang.String getDefaultResponderId()
The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.- Returns:
- defaultResponderId
-
getDefaultResponderId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getDefaultResponderId_JsonNullable()
-
setDefaultResponderId_JsonNullable
public void setDefaultResponderId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> defaultResponderId)
-
setDefaultResponderId
public void setDefaultResponderId(java.lang.String defaultResponderId)
-
hideUnsubscribeLink
public MailgunUpdate hideUnsubscribeLink(java.lang.Boolean hideUnsubscribeLink)
-
getHideUnsubscribeLink
@Nullable public java.lang.Boolean getHideUnsubscribeLink()
A boolean value indicating whether the unsubscribe link should be omitted from outgoing emails. When enabled, it is expected that the business is providing the user a way to unsubscribe by some other means. By default, the unsubscribe link will be included in all outgoing emails.- Returns:
- hideUnsubscribeLink
-
setHideUnsubscribeLink
public void setHideUnsubscribeLink(java.lang.Boolean hideUnsubscribeLink)
-
fromAddress
public MailgunUpdate fromAddress(java.lang.String fromAddress)
-
getFromAddress
@Nullable public java.lang.String getFromAddress()
Email address to use as the From and Reply-To address if it must be different from incomingAddress. Only use this option if the address that you supply is configured to forward emails to the incomingAddress, otherwise user replies will be lost. You must also make sure that the domain is properly configured as a mail provider so as to not be flagged as spam by the user’s email client. May be unset with null.- Returns:
- fromAddress
-
getFromAddress_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> getFromAddress_JsonNullable()
-
setFromAddress_JsonNullable
public void setFromAddress_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fromAddress)
-
setFromAddress
public void setFromAddress(java.lang.String fromAddress)
-
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
-
-