Interface QueryRedactedFieldResult

All Superinterfaces:
QueryRecordPropertyResult

public interface QueryRedactedFieldResult extends QueryRecordPropertyResult
Represents the output of QueryRecordPropertyType.REDACTED_FIELDS.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the List of selected fields redacted from this result row for the querying user.
  • Method Details

    • getFieldNames

      List<String> getFieldNames()
      Retrieves the List of selected fields redacted from this result row for the querying user.
      Returns:
      List of redacted fields on this result row