Uses of Enum Class
org.eblocker.server.common.blocker.UpdateInterval
Packages that use UpdateInterval
-
Uses of UpdateInterval in org.eblocker.server.common.blocker
Methods in org.eblocker.server.common.blocker that return UpdateIntervalModifier and TypeMethodDescriptionBlocker.getUpdateInterval()ExternalDefinition.getUpdateInterval()static UpdateIntervalReturns the enum constant of this class with the specified name.static UpdateInterval[]UpdateInterval.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.blocker with parameters of type UpdateIntervalModifier and TypeMethodDescriptionvoidExternalDefinition.setUpdateInterval(UpdateInterval updateInterval) Constructors in org.eblocker.server.common.blocker with parameters of type UpdateIntervalModifierConstructorDescriptionBlocker(Integer id, Map<String, String> name, Map<String, String> description, BlockerType type, Category category, Long lastUpdate, boolean providedByEblocker, String url, String content, Format format, String error, UpdateInterval updateInterval, UpdateStatus updateStatus, boolean enabled, String filterType) ExternalDefinition(int id, String name, String description, Category category, Type type, Integer referenceId, Format format, String url, UpdateInterval updateInterval, UpdateStatus updateStatus, String updateError, String file, boolean enabled, String filterType)