StandardAssignment.DefinitionStages.WithAttestationData Interface

public static interface StandardAssignment.DefinitionStages.WithAttestationData

The stage of the StandardAssignment definition allowing to specify attestationData.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAttestationData(StandardAssignmentPropertiesAttestationData attestationData)

Specifies the attestationData property: Additional data about assignment that has Attest effect.

Method Details

withAttestationData

public abstract StandardAssignment.DefinitionStages.WithCreate withAttestationData(StandardAssignmentPropertiesAttestationData attestationData)

Specifies the attestationData property: Additional data about assignment that has Attest effect.

Parameters:

attestationData - Additional data about assignment that has Attest effect.

Returns:

the next definition stage.

Applies to