public final class ChangeType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static ChangeType |
CHANGELOG
ChangeType is CHANGELOG when the event has to be created for Create/Modify operation with incomplete or just required dataset.
|
static ChangeType |
DELETE
ChangeType is DELETE when event has to be created for deletion of data.
|
static ChangeType |
DELETECHILD
ChangeType is DELETECHILD when event is for deleting a child.
|
static ChangeType |
REGULAR
ChangeType is REGULAR when event has to be created for Create/Modify operation with complete dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeType |
valueOf(java.lang.String name) |
static ChangeType[] |
values() |
public static final ChangeType DELETE
public static final ChangeType REGULAR
public static final ChangeType CHANGELOG
public static final ChangeType DELETECHILD
public static ChangeType[] values()
public static ChangeType valueOf(java.lang.String name)