public static interface RecordV2Delta.Change
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecordV2Delta.Change.Type
Indicates the type of change.
|
| Modifier and Type | Method and Description |
|---|---|
int |
fieldIndex()
Returns the index of the affected field.
|
String |
fieldName()
Returns the name of the affected field.
|
String |
key()
Returns the string key representation of the affected item in the
form recordName(recordIndex).fieldName(fieldIndex) or just
recordName(recordIndex) in the case of
RECORDS_ADDED or RECORDS_REMOVED. |
int |
recordIndex()
Returns the index of the affected record.
|
String |
recordName()
Returns the name of the affected record.
|
RecordV2Delta.Change.Type |
type()
Returns the change type.
|
RecordV2Delta.Change.Type type()
String recordName()
int recordIndex()
The index of the first (or only) record occurrence with the given name will be 0.
String fieldName()
If type is RECORDS_ADDED or
RECORDS_REMOVED then a zero length
string will be returned.
int fieldIndex()
If type is RECORDS_ADDED or
RECORDS_REMOVED then zero will be
returned.
String key()
RECORDS_ADDED or RECORDS_REMOVED.Copyright © 2023 DiffusionData Limited. All rights reserved.