Partager via


Trigger.UpdateStages.WithProperties Interface

public static interface Trigger.UpdateStages.WithProperties

The stage of the Trigger update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(TriggerProperties properties)

Specifies the properties property: The properties of a trigger.

Method Details

withProperties

public abstract Trigger.Update withProperties(TriggerProperties properties)

Specifies the properties property: The properties of a trigger.

Parameters:

properties - The properties of a trigger.

Returns:

the next definition stage.

Applies to