Skip to content

UTIL_FormulaFilter.DTO_FilterResults

Class

apex
global inherited sharing class UTIL_FormulaFilter.DTO_FilterResults

Inner class representing the result of the filter method.

Since: 1.0

See Also: UTIL_FormulaFilter.filter


Properties

PropertyDescription
global List newRecordsThe filtered list of old SObjects.
global List oldRecordsThe filtered list of new SObjects.

Property Details

newRecords

apex
global List<SObject> newRecords

Type: List

The filtered list of old SObjects.

Since:

Example:

oldRecords

apex
global List<SObject> oldRecords

Type: List

The filtered list of new SObjects.

Since:

Example: