Application.UpdateStages.WithConditionSets Interface

public static interface Application.UpdateStages.WithConditionSets

The stage of the Application update allowing to specify conditionSets.

Method Summary

Modifier and Type Method and Description
abstract Update withConditionSets(List<Object> conditionSets)

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

Method Details

withConditionSets

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