Package wt.notify
Class _NotifySubscriptionRecipient
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.notify._NotifySubscriptionRecipient
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification
- Direct Known Subclasses:
NotifySubscriptionRecipient
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintInteger that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC.voidsetAddressType(int addressType) Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Field Details
-
SUBSCRIBER_REF
Reference to the recipient object. This is a reference to either a WTUser, a WTGroup, a WTOrganization, or an ObjectSubscriptionListener.Supported API: true
-
ADDRESS_TYPE
Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC. Use the NotifySubscriptionRecipient class constants TO_ADDRESS, CC_ADDRESS, and BCC_ADDRESS to specify this value. If not specified, it defaults to TO_ADDRESS.Supported API: true
-
-
Method Details
-
getAddressType
public int getAddressType()Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC. Use the NotifySubscriptionRecipient class constants TO_ADDRESS, CC_ADDRESS, and BCC_ADDRESS to specify this value. If not specified, it defaults to TO_ADDRESS.Supported API: true
- See Also:
-
setAddressType
Integer that specifies how the recipient should be addressed when sending a notification email for this subscription, either: TO, CC, or BCC. Use the NotifySubscriptionRecipient class constants TO_ADDRESS, CC_ADDRESS, and BCC_ADDRESS to specify this value. If not specified, it defaults to TO_ADDRESS.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-