ApplicationDefinition.DefinitionStages.WithNotificationPolicy Interface

public static interface ApplicationDefinition.DefinitionStages.WithNotificationPolicy

The stage of the ApplicationDefinition definition allowing to specify notificationPolicy.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNotificationPolicy(ApplicationNotificationPolicy notificationPolicy)

Specifies the notificationPolicy property: The managed application notification policy..

Method Details

withNotificationPolicy

public abstract ApplicationDefinition.DefinitionStages.WithCreate withNotificationPolicy(ApplicationNotificationPolicy notificationPolicy)

Specifies the notificationPolicy property: The managed application notification policy..

Parameters:

notificationPolicy - The managed application notification policy.

Returns:

the next definition stage.

Applies to