public class

EditFieldsInfo

extends Object
java.lang.Object
   ↳ com.esri.core.map.EditFieldsInfo

Class Overview

The Class EditFieldsInfo.

Summary

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

Public Methods

public static EditFieldsInfo fromJson (JsonParser parser)

From json.

Parameters
parser the parser
Returns
  • the edits the fields info
Throws
Exception the exception

public String getCreationDateField ()

Gets the creation date field.

Returns
  • the mCreationDateField

public String getCreatorField ()

Gets the creator field.

Returns
  • the mCreatorField

public String getEditDateField ()

Gets the edit date field.

Returns
  • the mEditDateField

public String getEditorField ()

Gets the editor field.

Returns
  • the mEditorField

public String getRealm ()

Gets the realm.

Returns
  • the mRealm