StandardAssignment.DefinitionStages.WithEffect Interface

public static interface StandardAssignment.DefinitionStages.WithEffect

The stage of the StandardAssignment definition allowing to specify effect.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEffect(Effect effect)

Specifies the effect property: Expected effect of this assignment (Audit/Exempt/Attest).

Method Details

withEffect

public abstract StandardAssignment.DefinitionStages.WithCreate withEffect(Effect effect)

Specifies the effect property: Expected effect of this assignment (Audit/Exempt/Attest).

Parameters:

effect - Expected effect of this assignment (Audit/Exempt/Attest).

Returns:

the next definition stage.

Applies to