Interface QueryEditableFieldResult

All Superinterfaces:
QueryRecordPropertyResult

public interface QueryEditableFieldResult extends QueryRecordPropertyResult
Represents the output of QueryRecordPropertyType.EDITABLE_FIELDS.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the List of selected fields that are editable for the querying user.
  • Method Details

    • getFieldNames

      List<String> getFieldNames()
      Retrieves the List of selected fields that are editable for the querying user.
      Returns:
      List of editable fields