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
With |
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:
Returns: