Package com.esri.arcgisruntime.data
Class FeatureTableEditResult
- java.lang.Object
 - 
- com.esri.arcgisruntime.data.FeatureTableEditResult
 
 
- 
public final class FeatureTableEditResult extends Object
Represents the edit results of a specificFeatureTable.- Since:
 - 100.9.0
 - See Also:
 ServiceGeodatabase.applyEditsAsync()
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FeatureEditResult>getEditResult()Gets the collection of edit results for the layer.FeatureTablegetFeatureTable()Gets the feature table that was edited. 
 - 
 
- 
- 
Method Detail
- 
getEditResult
public List<FeatureEditResult> getEditResult()
Gets the collection of edit results for the layer.- Returns:
 - a list of edit results for the layer
 - Since:
 - 100.9.0
 
 
- 
getFeatureTable
public FeatureTable getFeatureTable()
Gets the feature table that was edited.- Returns:
 - the feature table that was edited
 - Since:
 - 100.9.0
 
 
 - 
 
 -