public interface ChangeValueAware
ChangeDetail that is capable of having a smaller JSON representation of
field level changes stored internally (i.e. getShortValue()). Or, if the value
exceeds a character limit (i.e. 5000 characters), have the value stored in chunks via the
getLongValue() representation.| Modifier and Type | Method and Description |
|---|---|
List<ChangeDetailValueChunk> |
getLongValue() |
String |
getShortValue() |
List<ChangeDetailValueChunk> getLongValue()
String getShortValue()
Copyright © 2021. All rights reserved.