Package com.mypurecloud.sdk.v2.model
Class OutboundMessagingEmailCampaignConfigChangeFromEmailAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.OutboundMessagingEmailCampaignConfigChangeFromEmailAddress
- All Implemented Interfaces:
Serializable
public class OutboundMessagingEmailCampaignConfigChangeFromEmailAddress
extends Object
implements Serializable
An outbound-messaging messaging campaign email address
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundMessagingEmailCampaignConfigChangeFromEmailAddress(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionA UriReference for a resourcebooleanfriendlyName(String friendlyName) The friendly name of the email address.inthashCode()The local part of the email address.voidvoidsetFriendlyName(String friendlyName) voidsetLocalPart(String localPart) toString()
-
Constructor Details
-
OutboundMessagingEmailCampaignConfigChangeFromEmailAddress
public OutboundMessagingEmailCampaignConfigChangeFromEmailAddress() -
OutboundMessagingEmailCampaignConfigChangeFromEmailAddress
-
-
Method Details
-
friendlyName
The friendly name of the email address. -
getFriendlyName
-
setFriendlyName
-
localPart
The local part of the email address. -
getLocalPart
-
setLocalPart
-
domain
public OutboundMessagingEmailCampaignConfigChangeFromEmailAddress domain(OutboundMessagingEmailCampaignConfigChangeUriReference domain) A UriReference for a resource -
getDomain
-
setDomain
-
equals
-
hashCode
public int hashCode() -
toString
-