Class EmailDomainChangedEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class EmailDomainChangedEvent
    extends Object
    implements Event
    The email_domain_changed event is sent to all connections for a workspace when the email domain settings for a workspace change. Most clients can ignore this event.

    https://api.slack.com/events/email_domain_changed

    See Also:
    Serialized Form
    • Constructor Detail

      • EmailDomainChangedEvent

        public EmailDomainChangedEvent()
    • Method Detail

      • getEmailDomain

        public String getEmailDomain()
      • getEventTs

        public String getEventTs()
      • setEmailDomain

        public void setEmailDomain​(String emailDomain)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object