| Package | Description |
|---|---|
| com.github.cafdataprocessing.utilities.initialization.jsonobjects |
| Modifier and Type | Field and Description |
|---|---|
MergeMode |
ProcessingRuleJson.mergeMode |
MergeMode |
ActionJson.mergeMode |
| Modifier and Type | Method and Description |
|---|---|
static MergeMode |
MergeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeMode[] |
MergeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ActionJson(String name,
String description,
Integer order,
LinkedHashMap<String,Object> settings,
List<ConditionJson> actionConditions,
String typeName,
Long typeId,
MergeMode mergeMode) |
ProcessingRuleJson(String name,
String description,
Boolean enabled,
Integer priority,
List<ActionJson> actions,
List<ConditionJson> ruleConditions,
MergeMode mergeMode) |
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.