com.microstrategy.web.objects.WebSubscriptionProperties |
![]() |
This interface defines various subscription related properties
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getBadgeMetricId()
get metric id used to update badge
| ||||||||||
abstract int |
getBurstingLowerBound()
Get the bursting subscription's lower bound.
| ||||||||||
abstract int |
getBurstingUpperBound()
Get the bursting subscription's upper bound.
| ||||||||||
abstract WebSubscriptionContentProperties |
getContentProperties()
Retrieves the associated
WebSubscriptionContentProperties | ||||||||||
abstract String |
getCreationTime()
Retrieves the time the subscription was first saved to the IServer
| ||||||||||
abstract String |
getCustomMessage()
Retrieves the associated custom message
| ||||||||||
abstract WebSubscriptionDeliveryModeProperties |
getDeliveryMode()
Retrieves the associated
WebSubscriptionDeliveryModeProperties | ||||||||||
abstract String |
getModificationTime()
Retrieves the last modified time of the subscription
| ||||||||||
abstract boolean |
isBursting()
Indicate if it's a bursting subscription
| ||||||||||
abstract boolean |
isPushNotify()
Indicate if user's push notification or not
| ||||||||||
abstract boolean |
isSendNowSet()
Reads the boolean property indicating whether the result of the subscription will
be sent to the subscriber immediately
| ||||||||||
abstract boolean |
isUpdateBadge()
Indicate if user update badge or not
| ||||||||||
abstract void |
setBadgeMetricId(String badgeMetricId)
Set badge metric ID which used to update badge
| ||||||||||
abstract void |
setBurstingLowerBound(int lowerBound)
Set the bursting subscription's lower bound.
| ||||||||||
abstract void |
setBurstingUpperBound(int upperBound)
Set the bursting subscription's upper bound.
| ||||||||||
abstract void |
setCustomMessage(String message)
Defines the custom message, which is any string that can attached to the actual
content that will be delivered.
| ||||||||||
abstract void |
setIsBursting(boolean isBursting)
Sets the boolean property indicating whether the subscription should
be bursting
| ||||||||||
abstract void |
setIsPushNotify(boolean isNotify)
Set if user's push notification or not
| ||||||||||
abstract void |
setIsUpdateBadge(boolean isUpdate)
Set if user update badge or not
| ||||||||||
abstract void |
setSendNow(boolean sendNow)
Sets the boolean property indicating whether the result of the subscription should
be sent to the subscriber immediately
|
get metric id used to update badge
Get the bursting subscription's lower bound.
Get the bursting subscription's upper bound.
Retrieves the associated WebSubscriptionContentProperties
WebSubscriptionContentProperties
Retrieves the time the subscription was first saved to the IServer
Retrieves the associated custom message
Retrieves the associated WebSubscriptionDeliveryModeProperties
WebSubscriptionDeliveryModeProperties
Retrieves the last modified time of the subscription
Indicate if it's a bursting subscription
Indicate if user's push notification or not
Reads the boolean property indicating whether the result of the subscription will be sent to the subscriber immediately
Indicate if user update badge or not
Set badge metric ID which used to update badge
Set the bursting subscription's lower bound.
Set the bursting subscription's upper bound.
Defines the custom message, which is any string that can attached to the actual content that will be delivered.
Sets the boolean property indicating whether the subscription should be bursting
Set if user's push notification or not
Set if user update badge or not
Sets the boolean property indicating whether the result of the subscription should be sent to the subscriber immediately
sendNow | boolean |
---|