Uses of Enum Class
org.apache.nifi.api.toolkit.model.VersionedFlowDTO.ActionEnum
Packages that use VersionedFlowDTO.ActionEnum
-
Uses of VersionedFlowDTO.ActionEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as VersionedFlowDTO.ActionEnumMethods in org.apache.nifi.api.toolkit.model that return VersionedFlowDTO.ActionEnumModifier and TypeMethodDescriptionstatic VersionedFlowDTO.ActionEnum
VersionedFlowDTO.getAction()
The action being performedstatic VersionedFlowDTO.ActionEnum
Returns the enum constant of this class with the specified name.static VersionedFlowDTO.ActionEnum[]
VersionedFlowDTO.ActionEnum.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 VersionedFlowDTO.ActionEnumModifier and TypeMethodDescriptionVersionedFlowDTO.action
(VersionedFlowDTO.ActionEnum action) void
VersionedFlowDTO.setAction
(VersionedFlowDTO.ActionEnum action)