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.
SearchRequest Class
Namespace
SearchRequest Constructors
The following are constructors for SearchRequest.
SearchRequest(searchTerm, searchFilters, verificationContext)
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.SearchRequestParameters
- 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()
Signature
public SearchRequest()
1id_verification.SearchRequest, newinstance, [], id_verification.SearchRequestSearchRequest Properties
The following are properties for SearchRequest.
searchFilters
Signature
public List<id_verification.FieldValue> searchFilters {get; set;}
1id_verification.SearchRequest, searchFiltersProperty Value
Type: List<id_verification.FieldValue>
searchTerm
Signature
public String searchTerm {get; set;}
1id_verification.SearchRequest, searchTermProperty Value
Type: String