Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
RecordDetailsRepresentation Class
Stores the details of an individual record, including its associated field
data.
Namespace
RecordDetailsRepresentation Constructors
The RecordDetailsRepresentation class includes these
constructors.
RecordDetailsRepresentation(fields)
Creates an instance of the DataRetrieval.RecordDetailsRepresentation class by using specified parameters to
store the data of the fields associated with a record.
Signature
public RecordDetailsRepresentation(List<DataRetrieval.FieldDetailsRepresentation> fields)
1DataRetrieval.RecordDetailsRepresentation, newinstance, [List<DataRetrieval.FieldDetailsRepresentation>], DataRetrieval.RecordDetailsRepresentationParameters
- fields
- Type: List<DataRetrieval.FieldDetailsRepresentation>
- List of field names and their corresponding values in key-value pairs.