java.lang.Object
com.esri.arcgisruntime.data.FeatureTableEditResult
Represents the edit results of a specific 
FeatureTable.- Since:
 - 100.9.0
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionGets the collection of edit results for the layer.Gets the feature table that was edited. 
- 
Method Details
- 
getEditResult
Gets the collection of edit results for the layer.- Returns:
 - a list of edit results for the layer
 - Since:
 - 100.9.0
 
 - 
getFeatureTable
Gets the feature table that was edited.- Returns:
 - the feature table that was edited
 - Since:
 - 100.9.0
 
 
 -