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.

ProcessDefinition Class

Contains the verification process definition, including the list of process details.

Namespace

id_verification

ProcessDefinition Constructors

The following are constructors for ProcessDefinition.

ProcessDefinition(layoutType, processDetail)

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

Signature

public ProcessDefinition(String layoutType, List<id_verification.ProcessDetail> processDetail)

1id_verification.ProcessDefinition, newinstance, [String, List<id_verification.ProcessDetail>], id_verification.ProcessDefinition

Parameters

layoutType
Type: String
Specifies the display layout of the search component is tab or stacked.
processDetail
Type: List<id_verification.ProcessDetail>
Required. Represents the details of verification processes.

ProcessDefinition()

Creates an instance of the ProcessDefinition class.

Signature

public ProcessDefinition()

1id_verification.ProcessDefinition, newinstance, [], id_verification.ProcessDefinition

ProcessDefinition Properties

The following are properties for ProcessDefinition.

layoutType

Specifies the display layout of the search component is tab or stacked.

Signature

public String layoutType {get; set;}

1id_verification.ProcessDefinition, layoutType

Property Value

Type: String

processDetail

Represents the details of verification processes.

Signature

public List<id_verification.ProcessDetail> processDetail {get; set;}

1id_verification.ProcessDefinition, processDetail

Property Value

Type: List<id_verification.ProcessDetail>