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.impl
Methods 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 TypeMethodDescriptionvoid
PortalLibraryModule.setSubscriptionFrequency
(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) -
Uses of IBaseLibraryModule.SubscriptionFrequency in com.axemble.vdoc.sdk.modules
Methods 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 TypeMethodDescriptionvoid
IBaseLibraryModule.setSubscriptionFrequency
(IContext context, ILibrary library, IBaseLibraryModule.SubscriptionFrequency frequency) Sets subscription frequency.