Assignment.DefinitionStages.WithEffect Interface

public static interface Assignment.DefinitionStages.WithEffect

The stage of the Assignment definition allowing to specify effect.

Method Summary

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

Specifies the effect property: expected effect of this assignment (Disable/Exempt/etc).

Method Details

withEffect

public abstract Assignment.DefinitionStages.WithCreate withEffect(String effect)

Specifies the effect property: expected effect of this assignment (Disable/Exempt/etc).

Parameters:

effect - expected effect of this assignment (Disable/Exempt/etc).

Returns:

the next definition stage.

Applies to