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