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

Contains the details of the record that has been selected for verification.

Namespace

id_verification

SelectedSearchResult Constructors

The following are constructors for SelectedSearchResult.

SelectedSearchResult(selectedRecordId, objectName, selectedRecordObject)

Creates an instance of the SelectedSearchResult class with the specified parameter values.

Signature

public SelectedSearchResult(String selectedRecordId, String objectName, List<id_verification.FieldValue> selectedRecordObject)

1id_verification.SelectedSearchResult, newinstance, [String, String, List<id_verification.FieldValue>], id_verification.SelectedSearchResult

Parameters

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()

Creates an instance of the SelectedSearchResult class.

Signature

public SelectedSearchResult()

1id_verification.SelectedSearchResult, newinstance, [], id_verification.SelectedSearchResult

SelectedSearchResult Properties

The following are properties for SelectedSearchResult.

objectName

Specifies the name of the object to be verified.

Signature

public String objectName {get; set;}

1id_verification.SelectedSearchResult, objectName

Property Value

Type: String

selectedRecordId

Specifies the object record ID on which the data is to be verified.

Signature

public String selectedRecordId {get; set;}

1id_verification.SelectedSearchResult, selectedRecordId

Property Value

Type: String

selectedRecordObject

Specifies the object record fields on which the data is to be verified.

Signature

public List<id_verification.FieldValue> selectedRecordObject {get; set;}

1id_verification.SelectedSearchResult, selectedRecordObject

Property Value

Type: List<id_verification.FieldValue>