public class FeatureEditResult
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
int |
getAttachmentId()
Unique ID of the attachment.
|
Error |
getError()
Information about errors that occur if the edit operation failed.
|
int |
getObjectId()
Unique ID of the feature or object.
|
boolean |
isSuccess()
If true the operation was successful.
|
public final int getAttachmentId()
public final Error getError()
public final int getObjectId()
public final boolean isSuccess()