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.
SelectedSearchResult Class
Namespace
SelectedSearchResult Constructors
The following are constructors for SelectedSearchResult.
SelectedSearchResult(selectedRecordId, objectName, selectedRecordObject)
Signature
public SelectedSearchResult(String selectedRecordId, String objectName, List<id_verification.FieldValue> selectedRecordObject)
1id_verification.SelectedSearchResult, newinstance, [String, String, List<id_verification.FieldValue>], id_verification.SelectedSearchResultParameters
- selectedRecordId
- Type: String
- Required. Specifies the object record ID on which the data is to be verified.
- objectName
- Type: String
- Required. Specifies the name of the object to be verified.
- selectedRecordObject
- Type: List<id_verification.FieldValue>
- Specifies the object record fields on which the data is to be verified.
SelectedSearchResult()
Signature
public SelectedSearchResult()
1id_verification.SelectedSearchResult, newinstance, [], id_verification.SelectedSearchResultSelectedSearchResult Properties
The following are properties for SelectedSearchResult.
objectName
Signature
public String objectName {get; set;}
1id_verification.SelectedSearchResult, objectNameProperty Value
Type: String
selectedRecordId
Signature
public String selectedRecordId {get; set;}
1id_verification.SelectedSearchResult, selectedRecordIdProperty Value
Type: String
selectedRecordObject
Signature
public List<id_verification.FieldValue> selectedRecordObject {get; set;}
1id_verification.SelectedSearchResult, selectedRecordObjectProperty Value
Type: List<id_verification.FieldValue>