Class MailgunUpdateAllOf


  • public class MailgunUpdateAllOf
    extends java.lang.Object
    MailgunUpdateAllOf
    • Field Detail

      • 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
    • Constructor Detail

      • MailgunUpdateAllOf

        public MailgunUpdateAllOf()
    • Method Detail

      • hideUnsubscribeLink

        public MailgunUpdateAllOf 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)
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object