virtual
This class is used to resolve the field in a query
Since
11/24/2024
Group Soql Engine
Author Zackary Frazier
Resolves the comparable record data from a queried field lookup chain string
public ComparableRecordData resolve()
,[object Object]
This class is used to build a QueriedFieldResolver
Sets the field lookup chain
public Builder setFieldLookupChain(String fieldLookupChain)
Name | Type | Description |
---|---|---|
fieldLookupChain | String | String |
Builder
,[object Object]
Sets the comparable record
public Builder setComparableRecord(SObject comparableRecord)
Name | Type | Description |
---|---|---|
comparableRecord | SObject | SObject |
Builder
,[object Object]
Builds the QueriedFieldResolver
public QueriedFieldResolver build()
,[object Object]