| java.lang.Object | |
| ↳ | com.esri.core.map.EditFieldsInfo |
The Class EditFieldsInfo.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static EditFieldsInfo |
fromJson(JsonParser parser)
From json.
| ||||||||||
| String |
getCreationDateField()
Gets the creation date field.
| ||||||||||
| String |
getCreatorField()
Gets the creator field.
| ||||||||||
| String |
getEditDateField()
Gets the edit date field.
| ||||||||||
| String |
getEditorField()
Gets the editor field.
| ||||||||||
| String |
getRealm()
Gets the realm.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From json.
| parser | the parser |
|---|
| Exception | the exception |
|---|