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
Namespace
ProcessDefinition Constructors
The following are constructors for ProcessDefinition.
ProcessDefinition(layoutType, processDetail)
Signature
public ProcessDefinition(String layoutType, List<id_verification.ProcessDetail> processDetail)
1id_verification.ProcessDefinition, newinstance, [String, List<id_verification.ProcessDetail>], id_verification.ProcessDefinitionParameters
- 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()
Signature
public ProcessDefinition()
1id_verification.ProcessDefinition, newinstance, [], id_verification.ProcessDefinitionProcessDefinition Properties
The following are properties for ProcessDefinition.
layoutType
Signature
public String layoutType {get; set;}
1id_verification.ProcessDefinition, layoutTypeProperty Value
Type: String
processDetail
Signature
public List<id_verification.ProcessDetail> processDetail {get; set;}
1id_verification.ProcessDefinition, processDetailProperty Value
Type: List<id_verification.ProcessDetail>