Package com.microstrategy.web.objects
Interface WebSubscriptionDevice
-
- All Superinterfaces:
EnumWebPersistableState
,Persistable
,StringKey
,WebSubscriptionComponent
- All Known Subinterfaces:
WebIServerSubscriptionDevice
,WebSubscriptionDeviceLocation
public interface WebSubscriptionDevice extends WebSubscriptionComponent
This object represents a device- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getDeliveryMode()
Returns the delivery mode (a value fromEnumWebSubscriptionDeliveryMode
)WebSubscriptionDeliveryModeProperties
getDeliveryModeProperties()
Deprecated.since 8.1.int
getSubtype()
Indicates the subtype of device.boolean
htmlSwf()
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.utils.StringKey
getStringKey
-
Methods inherited from interface com.microstrategy.web.objects.WebSubscriptionComponent
getDescription, getID, getName, getSessionInfo, getType, isPopulated, populate
-
-
-
-
Method Detail
-
getSubtype
int getSubtype()
Indicates the subtype of device. This is a value fromEnumWebSubscriptionDeviceSubtype
- Since:
- MicroStrategy Web 7.5.1
-
getDeliveryModeProperties
WebSubscriptionDeliveryModeProperties getDeliveryModeProperties()
Deprecated.since 8.1. usegetDeliveryMode()
instead for checking the delivery modeRetrieves the associatedWebSubscriptionDeliveryModeProperties
. This is a read-only instance- Since:
- MicroStrategy Web 7.5.1
-
getDeliveryMode
int getDeliveryMode()
Returns the delivery mode (a value fromEnumWebSubscriptionDeliveryMode
)- Returns:
- the delivery mode (a value from
EnumWebSubscriptionDeliveryMode
) - Since:
- MicroStrategy Web 9.0.0
-
htmlSwf
boolean htmlSwf()
- Returns:
- whether this device supports
EnumWebSubscriptionContentFormatTypes.SUBSCRIPTION_CONTENT_FORMAT_SWF_HTML
. - Since:
- MicroStrategy Web 8.1.0
-
-