com.microstrategy.web.objects.WebSubscriptionContentProperties |
![]() |
This interface helps define specific properties that control the formatting of the content
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getContentType()
Indicates the type of content.
| ||||||||||
abstract WebSubscriptionContentFormat | getFormat() | ||||||||||
abstract int |
getFormatMode()
possible values are from
EnumWebSubscriptionContentFormatModes | ||||||||||
abstract boolean |
isFormatCompressed()
Indicates whether the content that will be delivered should be compressed
| ||||||||||
abstract void |
setCompressed(boolean compress)
Indicates whether the content that will be delivered should be compressed
| ||||||||||
abstract void |
setFormat(WebSubscriptionContentFormat format)
If the format is not explicitly set, then format corresponding to
SUBSCRIPTION_CONTENT_FORMAT_HTML is assumed
| ||||||||||
abstract void |
setFormatMode(int mode)
Sets the mode of the content format
|
Indicates the type of content.
This is a value from EnumWebSubscriptionContentTypes
Indicates whether the content that will be delivered should be compressed
Indicates whether the content that will be delivered should be compressed
compress | indicates whether the content delivered should be compressed |
---|
If the format is not explicitly set, then format corresponding to
SUBSCRIPTION_CONTENT_FORMAT_HTML
is assumed
Sets the mode of the content format
mode | possible values are from EnumWebSubscriptionContentFormatModes |
---|