Assignment.UpdateStages.WithEffect Interface

public static interface Assignment.UpdateStages.WithEffect

The stage of the Assignment update allowing to specify effect.

Method Summary

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

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

Method Details

withEffect

public abstract Assignment.Update 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