public static enum NiFiFlow.EntityChangeType extends Enum<NiFiFlow.EntityChangeType>
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsChange(Collection<NiFiFlow.EntityChangeType> types) |
static NiFiFlow.EntityChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiFiFlow.EntityChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiFiFlow.EntityChangeType AS_IS
public static final NiFiFlow.EntityChangeType CREATED
public static final NiFiFlow.EntityChangeType UPDATED
public static final NiFiFlow.EntityChangeType DELETED
public static NiFiFlow.EntityChangeType[] values()
for (NiFiFlow.EntityChangeType c : NiFiFlow.EntityChangeType.values()) System.out.println(c);
public static NiFiFlow.EntityChangeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static boolean containsChange(Collection<NiFiFlow.EntityChangeType> types)
Copyright © 2024 Apache NiFi Project. All rights reserved.