Package com.slack.api.model.event
Class EmailDomainChangedEvent
java.lang.Object
com.slack.api.model.event.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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EmailDomainChangedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEmailDomain()StringgetEventTs()StringgetType()inthashCode()voidsetEmailDomain(String emailDomain)voidsetEventTs(String eventTs)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
EmailDomainChangedEvent
public EmailDomainChangedEvent()
-
-
Method Details
-
getType
-
getEmailDomain
-
getEventTs
-
setEmailDomain
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-