| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventType> |
Subscription.getEventTypes()
Gets a list of event notifications that are used to create a subscription.
|
| Constructor and Description |
|---|
PullSubscription(boolean subscribeToAllFolders,
EventType eventType)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType,
int timeout)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType,
int timeout,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType,
int timeout)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType,
int timeout,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PushSubscription(boolean subscribeToAllFolders,
EventType eventType)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url,
int statusFrequency)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url,
int statusFrequency,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url,
int statusFrequency)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url,
int statusFrequency,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
StreamingSubscription(boolean subscribeToAllFolders,
EventType eventType)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(FolderId folderId,
EventType eventType)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(StandardFolder standardFolder,
EventType eventType)
Initializes a new instance of the StreamingSubscription class.
|
| Constructor and Description |
|---|
PullSubscription(boolean subscribeToAllFolders,
java.util.List<EventType> eventTypes)
Initializes a new instance of the PullSubscription class.
|
PushSubscription(boolean subscribeToAllFolders,
java.util.List<EventType> eventTypes)
Initializes a new instance of the PushSubscription class.
|
StreamingSubscription(boolean subscribeToAllFolders,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(FolderId folderId,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(java.util.List<FolderId> folders,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(StandardFolder standardFolder,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|