SegmentChangeObjectImpl
- 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
SegmentChangeObjectImpl
- Updated on 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
net.comactivity.core.dynamic.SegmentChangeObjectImpl
SegmentChangeObjectImpl
The Constructor SegmentChangeObjectImpl(String segmentId)
was removed. Segment change objects should only be retrieved from the ChangeObject API, invoking changeObject.createSegmentChangeObject(segmentId)
.
Removed
SegmentChangeObjectImpl(String segmentId)
Replace With
net.comactivity.core.dynamic.change.ChangeObject
ChangeObject#createSegmentChangeObject(segmentId)
Was this article helpful?