Class FeatureTableEditResult

java.lang.Object
com.esri.arcgisruntime.data.FeatureTableEditResult

public final class FeatureTableEditResult extends Object
Represents the edit results of a specific FeatureTable.
Since:
100.9.0
See Also:
  • Method Details

    • 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