java.lang.Object | |
↳ | com.esri.core.map.FeatureEditResult |
The results of a feature edit such as add, update or delete.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FeatureEditResult() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static FeatureEditResult |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
FeatureEditError |
getError()
Gets the error message if the operation is failed.
| ||||||||||
String |
getGlobalId()
Gets the globalId of the FeatureEditResult.
| ||||||||||
int |
getObjectId()
Gets the ObjectId of the FeatureEditResult.
| ||||||||||
boolean |
isSuccess()
Returns
true if the operation is success. | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Decodes objects from JSON representation.
parser | the Jackson parser holding the JSON data. |
---|
Exception |
---|
Gets the error message if the operation is failed.
Gets the globalId of the FeatureEditResult.
Gets the ObjectId of the FeatureEditResult.
Returns true
if the operation is success.