fferpcore.Pathglobal with sharing class Path A traversable path that is used to locate data. Methods
Pathglobal Path(SObjectType objectType, List<SObjectField> fields) Creates a path using the given SObjectType and SObjectFields. Input Parameters
Pathglobal Path(SObjectType objectType, SObjectField field) Creates a path using the given SObjectType and SObjectField. Input Parameters
Pathglobal Path(List<String> keys) Creates a path using the given keys. Input Parameters
Pathglobal Path(String key) Creates a path using the given key. Input Parameters
|