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 WithCreate withConditionSets(List<Object> conditionSets)

Specifies the conditionSets property: The application conditionSets - see examples.

Method Details

withConditionSets

public abstract Application.DefinitionStages.WithCreate withConditionSets(List conditionSets)

Specifies the conditionSets property: The application conditionSets - see examples.

Parameters:

conditionSets - The application conditionSets - see examples.

Returns:

the next definition stage.

Applies to