fferpcore.TransformFilterSourceFieldsglobal inherited sharing class TransformFilterSourceFields A collection of source fields that are used by a transform filter. Methods
TransformFilterSourceFieldsglobal TransformFilterSourceFields() withSourceKeyglobal fferpcore.TransformFilterSourceFields withSourceKey(List<String> sourceKey) Add a source key to the collection. Input Parameters
Return ValueThe TransformFilterSourceFields instance to allow further method calls. getSourceKeysglobal List<List<String>> getSourceKeys() Return ValueAll the source keys added to the collection. |