Uses of Enum Class
org.apache.nifi.api.toolkit.model.FlowAnalysisRuleRunStatusEntity.StateEnum
Packages that use FlowAnalysisRuleRunStatusEntity.StateEnum
-
Uses of FlowAnalysisRuleRunStatusEntity.StateEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as FlowAnalysisRuleRunStatusEntity.StateEnumMethods in org.apache.nifi.api.toolkit.model that return FlowAnalysisRuleRunStatusEntity.StateEnumModifier and TypeMethodDescriptionFlowAnalysisRuleRunStatusEntity.getState()
The state of the FlowAnalysisRule.Returns the enum constant of this class with the specified name.FlowAnalysisRuleRunStatusEntity.StateEnum.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 FlowAnalysisRuleRunStatusEntity.StateEnumModifier and TypeMethodDescriptionvoid
FlowAnalysisRuleRunStatusEntity.setState
(FlowAnalysisRuleRunStatusEntity.StateEnum state) FlowAnalysisRuleRunStatusEntity.state
(FlowAnalysisRuleRunStatusEntity.StateEnum state)