Uses of Enum Class
org.apache.nifi.components.ConfigVerificationResult.Outcome
Packages that use ConfigVerificationResult.Outcome
-
Uses of ConfigVerificationResult.Outcome in org.apache.nifi.components
Fields in org.apache.nifi.components declared as ConfigVerificationResult.OutcomeModifier and TypeFieldDescriptionprivate ConfigVerificationResult.Outcome
ConfigVerificationResult.Builder.outcome
private final ConfigVerificationResult.Outcome
ConfigVerificationResult.outcome
Methods in org.apache.nifi.components that return ConfigVerificationResult.OutcomeModifier and TypeMethodDescriptionConfigVerificationResult.getOutcome()
Returns the enum constant of this class with the specified name.static ConfigVerificationResult.Outcome[]
ConfigVerificationResult.Outcome.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.components with parameters of type ConfigVerificationResult.OutcomeModifier and TypeMethodDescriptionConfigVerificationResult.Builder.outcome
(ConfigVerificationResult.Outcome outcome)