Package com.mypurecloud.sdk.v2.model
Class FromEmailAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.FromEmailAddress
- All Implemented Interfaces:
Serializable
FromEmailAddress
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomain(DomainEntityRef domain) The OutboundDomain used for the email address.booleanfriendlyName(String friendlyName) The friendly name of the email address.inthashCode()The local part of the email address.voidsetDomain(DomainEntityRef domain) voidsetFriendlyName(String friendlyName) voidsetLocalPart(String localPart) toString()
-
Constructor Details
-
FromEmailAddress
public FromEmailAddress() -
FromEmailAddress
-
-
Method Details
-
domain
The OutboundDomain used for the email address. -
getDomain
-
setDomain
-
friendlyName
The friendly name of the email address. -
getFriendlyName
-
setFriendlyName
-
localPart
The local part of the email address. -
getLocalPart
-
setLocalPart
-
equals
-
hashCode
public int hashCode() -
toString
-