Uses of Enum Class
org.apache.nifi.api.toolkit.model.VersionedControllerService.ScheduledStateEnum
Packages that use VersionedControllerService.ScheduledStateEnum
-
Uses of VersionedControllerService.ScheduledStateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as VersionedControllerService.ScheduledStateEnumMethods in org.apache.nifi.api.toolkit.model that return VersionedControllerService.ScheduledStateEnumModifier and TypeMethodDescriptionVersionedControllerService.getScheduledState()
The ScheduledState denoting whether the Controller Service is ENABLED or DISABLEDReturns the enum constant of this class with the specified name.VersionedControllerService.ScheduledStateEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.api.toolkit.model with parameters of type VersionedControllerService.ScheduledStateEnumModifier and TypeMethodDescriptionVersionedControllerService.scheduledState
(VersionedControllerService.ScheduledStateEnum scheduledState) void
VersionedControllerService.setScheduledState
(VersionedControllerService.ScheduledStateEnum scheduledState)