Uses of Enum Class
com.axemble.vdoc.sdk.modules.IBaseLibraryModule.SubscriptionFrequency
Packages that use IBaseLibraryModule.SubscriptionFrequency
- 
Uses of IBaseLibraryModule.SubscriptionFrequency in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that return IBaseLibraryModule.SubscriptionFrequencyModifier and TypeMethodDescriptionPortalLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Methods in com.axemble.vdoc.sdk.impl with parameters of type IBaseLibraryModule.SubscriptionFrequencyModifier and TypeMethodDescriptionvoidPortalLibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) 
- 
Uses of IBaseLibraryModule.SubscriptionFrequency in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IBaseLibraryModule.SubscriptionFrequencyModifier and TypeMethodDescriptionget a subscription frequency from the name.IBaseLibraryModule.SubscriptionFrequency.fromValue(int value) get a subscription frequency from the integer value.IBaseLibraryModule.getSubscriptionFrequency(IContext context, ILibrary library) Gets subscription frequency.Returns the enum constant of this class with the specified name.IBaseLibraryModule.SubscriptionFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.axemble.vdoc.sdk.modules with parameters of type IBaseLibraryModule.SubscriptionFrequencyModifier and TypeMethodDescriptionvoidIBaseLibraryModule.setSubscriptionFrequency(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Sets subscription frequency.