Uses of Enum Class
org.apache.nifi.api.toolkit.model.ReplayLastEventRequestEntity.NodesEnum
Packages that use ReplayLastEventRequestEntity.NodesEnum
-
Uses of ReplayLastEventRequestEntity.NodesEnum in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as ReplayLastEventRequestEntity.NodesEnumMethods in org.apache.nifi.api.toolkit.model that return ReplayLastEventRequestEntity.NodesEnumModifier and TypeMethodDescriptionReplayLastEventRequestEntity.getNodes()
Which nodes are to replay their last provenance event.Returns the enum constant of this class with the specified name.ReplayLastEventRequestEntity.NodesEnum.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 ReplayLastEventRequestEntity.NodesEnumModifier and TypeMethodDescriptionReplayLastEventRequestEntity.nodes
(ReplayLastEventRequestEntity.NodesEnum nodes) void
ReplayLastEventRequestEntity.setNodes
(ReplayLastEventRequestEntity.NodesEnum nodes)