Package com.esri.arcgisruntime.data
Class FeatureTableEditResult
- java.lang.Object
-
- com.esri.arcgisruntime.data.FeatureTableEditResult
-
public final class FeatureTableEditResult extends java.lang.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 java.util.List<FeatureEditResult>
getEditResult()
Gets the collection of edit results for the layer.FeatureTable
getFeatureTable()
Gets the feature table that was edited.
-
-
-
Method Detail
-
getEditResult
public java.util.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
-
-