Package com.mypurecloud.sdk.v2.model
Class ReplyToEmailAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.ReplyToEmailAddress
- All Implemented Interfaces:
Serializable
ReplyToEmailAddress
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomain(DomainEntityRef domain) The InboundDomain used for the email address.booleangetRoute()inthashCode()route(DomainEntityRef route) The InboundRoute used for the email address.voidsetDomain(DomainEntityRef domain) voidsetRoute(DomainEntityRef route) toString()
-
Constructor Details
-
ReplyToEmailAddress
public ReplyToEmailAddress() -
ReplyToEmailAddress
-
-
Method Details