Newer Version Available

This content describes an older version of this product. View Latest

SearchRequest Class

Contains information about the search request data. The search request represents search filters for object-based search, search terms for text-based search, and the verification context that includes the process definition, process details, and process fields.

Namespace

id_verification

SearchRequest Constructors

The following are constructors for SearchRequest.

SearchRequest(searchTerm, searchFilters, verificationContext)

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

Signature

public SearchRequest(String searchTerm, List<id_verification.FieldValue> searchFilters, id_verification.VerificationContext verificationContext)

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

Parameters

searchTerm
Type: String
Required. Specifies the search term for the account to use when performing a search.
searchFilters
Type: List<id_verification.FieldValue>
Specifies the search criteria used for the object-based search.
verificationContext
Type: id_verification.VerificationContext
Required. Specifies the object that contains the setup data and context required to perform the search.

SearchRequest()

Creates an instance of the SearchRequest class.

Signature

public SearchRequest()

1id_verification.SearchRequest, newinstance, [], id_verification.SearchRequest

SearchRequest Properties

The following are properties for SearchRequest.

searchFilters

Specifies the search criteria used for the object-based search.

Signature

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

1id_verification.SearchRequest, searchFilters

Property Value

Type: List<id_verification.FieldValue>

searchTerm

Specifies the search term for the account to use when performing a search.

Signature

public String searchTerm {get; set;}

1id_verification.SearchRequest, searchTerm

Property Value

Type: String

verificationContext

Specifies the object that contains the setup data and context required to perform the search.

Signature

public id_verification.VerificationContext verificationContext {get; set;}

1id_verification.SearchRequest, verificationContext