com.businessobjects.sdk.plugin.desktop.common
Interface IAlertSubscription.CeAlertDeliveryMethod

Enclosing interface:
IAlertSubscription

public static interface IAlertSubscription.CeAlertDeliveryMethod

This interface defines constants for the supported alerting delivery methods.


Field Summary
static java.lang.String EMAIL
          Deliver by email.
static java.lang.String INBOX
          Deliver to inbox.
 

Field Detail

INBOX

static final java.lang.String INBOX
Deliver to inbox.

See Also:
Constant Field Values

EMAIL

static final java.lang.String EMAIL
Deliver by email.

See Also:
Constant Field Values