Application.DefinitionStages.WithConditionSets Interface
public static interface Application.DefinitionStages.WithConditionSets
The stage of the Application definition allowing to specify conditionSets.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withConditionSets(List<Object> conditionSets)
Specifies the condition |
Method Details
withConditionSets
public abstract Application.DefinitionStages.WithCreate withConditionSets(List<Object> conditionSets)
Specifies the conditionSets property: The application conditionSets - see examples.
Parameters:
Returns: