Package com.microstrategy.web.objects
Interface WebSubscriptionDeliveryModeCacheProperties
- 
- All Superinterfaces:
 EnumWebPersistableState,EnumWebSubscriptionDeliveryMode,Persistable,WebSubscriptionDeliveryModeProperties
public interface WebSubscriptionDeliveryModeCacheProperties extends WebSubscriptionDeliveryModeProperties
- Since:
 - MicroStrategy Web 10.3
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWebSubscriptionDeliveryModeCacheProperties.CacheTypestatic classWebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat 
- 
Field Summary
- 
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO 
- 
Fields inherited from interface com.microstrategy.web.objects.EnumWebSubscriptionDeliveryMode
SUBSCRIPTION_DELIVERY_MODE_EMAIL, SUBSCRIPTION_DELIVERY_MODE_FILE, SUBSCRIPTION_DELIVERY_MODE_INBOX, SUBSCRIPTION_DELIVERY_MODE_PRINT 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSubscriptionDeliveryModeCacheProperties.CacheTypegetCacheType()intgetIsAllConsumers()intgetMobileClientType()WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormatgetShortcutCacheFormat()intgetShortcutCacheFormatJsonSelectedFlag()booleanisShortcutCacheType()voidsetCacheType(int type)voidsetCacheType(WebSubscriptionDeliveryModeCacheProperties.CacheType type)voidsetIsAllConsumers(int isAllConsumers)voidsetMessageTitle(java.lang.String messageTitle)voidsetMobileClientType(int mobileClientType)voidsetShortcutCacheFormat(int format)voidsetShortcutCacheFormat(WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat format)voidsetShortcutCacheFormatJsonSelectedFlag(int selectedFlag)- 
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState 
- 
Methods inherited from interface com.microstrategy.web.objects.WebSubscriptionDeliveryModeProperties
clone, getContactSecurity, getExecutionFlags, getExpiration, getExpirationTimeZone, getMode, setContactSecurity, setExecutionFlags, setExpiration, setExpirationTimeZone 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getMobileClientType
int getMobileClientType()
 
- 
setMobileClientType
void setMobileClientType(int mobileClientType)
 
- 
setMessageTitle
void setMessageTitle(java.lang.String messageTitle)
 
- 
getCacheType
WebSubscriptionDeliveryModeCacheProperties.CacheType getCacheType()
 
- 
isShortcutCacheType
boolean isShortcutCacheType()
 
- 
setCacheType
void setCacheType(WebSubscriptionDeliveryModeCacheProperties.CacheType type)
 
- 
setCacheType
void setCacheType(int type)
 
- 
getShortcutCacheFormat
WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat getShortcutCacheFormat()
 
- 
setShortcutCacheFormat
void setShortcutCacheFormat(WebSubscriptionDeliveryModeCacheProperties.ShortcutCacheFormat format)
 
- 
setShortcutCacheFormat
void setShortcutCacheFormat(int format)
 
- 
getShortcutCacheFormatJsonSelectedFlag
int getShortcutCacheFormatJsonSelectedFlag()
 
- 
setShortcutCacheFormatJsonSelectedFlag
void setShortcutCacheFormatJsonSelectedFlag(int selectedFlag)
 
- 
setIsAllConsumers
void setIsAllConsumers(int isAllConsumers)
 
- 
getIsAllConsumers
int getIsAllConsumers()
 
 - 
 
 -