SearchFilter Class

Contains data filters that is applied in object-based search.

Namespace

id_verification

SearchFilter Constructors

The following are constructors for SearchFilter.

SearchFilter(developerName, value)

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

Signature

public SearchFilter(String developerName, String value)

1id_verification.SearchFilter, newinstance, [String, String], id_verification.SearchFilter

Parameters

developerName
Type: String
Specifies the developer name of the field that must be searched in object-based search.
value
Type: String
Specifies the value filter to be applied on the field to be searched in object-based search.

SearchFilter()

Creates an instance of the SearchFilter class.

Signature

public SearchFilter()

1id_verification.SearchFilter, newinstance, [], id_verification.SearchFilter

SearchFilter Properties

The following are properties for SearchFilter.

developerName

Specifies the developer name of the field that must be searched in object-based search.

Signature

public String developerName {get; set;}

1id_verification.SearchFilter, developerName

Property Value

Type: String

isSetDeveloperName

Indicates whether the developer name of the field is used as a search filter.

Signature

public Boolean isSetDeveloperName {get; set;}

1id_verification.SearchFilter, isSetDeveloperName

Property Value

Type: Boolean

isSetValue

Indicates whether the value of a field is used as a search filter.

Signature

public Boolean isSetValue {get; set;}

1id_verification.SearchFilter, isSetValue

Property Value

Type: Boolean

value

Specifies the value filter to be applied on the field to be searched in object-based search.

Signature

public String value {get; set;}

1id_verification.SearchFilter, value

Property Value

Type: String