Package com.day.cq.notification.api
Interface Subscription
- 
public interface SubscriptionSubscription... 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ChannelConfig>getChannelConfigs()longgetPeriod()booleanisDigest() 
 - 
 
- 
- 
Method Detail
- 
getChannelConfigs
java.util.List<ChannelConfig> getChannelConfigs()
 
- 
isDigest
boolean isDigest()
 
- 
getPeriod
long getPeriod()
 
 - 
 
 -