Package com.microstrategy.web.objects
Interface WebSubscriptionRecipientEmail
-
- All Superinterfaces:
WebSubscriptionRecipient
public interface WebSubscriptionRecipientEmail extends WebSubscriptionRecipient
This interface represents an email recipient of a subscription. Like other recipients, it can be a contact, address, contact group or user. For email recipients, we can set some specific properties like the include type (also known as the destination type (To/CC/Bcc)- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIncludeType()
Returns the include type of the recipient, fromEnumDSSXMLNCSEmailDestinationType
void
setIncludeType(int includeType)
Sets the include type of the recipient, value fromEnumDSSXMLNCSEmailDestinationType
-
Methods inherited from interface com.microstrategy.web.objects.WebSubscriptionRecipient
getContact, getLocation, getSubscriptionID, isDefaultLocation, isUserDefaultContact
-
-
-
-
Method Detail
-
getIncludeType
int getIncludeType()
Returns the include type of the recipient, fromEnumDSSXMLNCSEmailDestinationType
-
setIncludeType
void setIncludeType(int includeType)
Sets the include type of the recipient, value fromEnumDSSXMLNCSEmailDestinationType
- Parameters:
includeType
-
-
-