AlertSyncSettings Class

public final class AlertSyncSettings
extends SettingInner

Represents an alert sync setting.

Constructor Summary

Constructor Description
AlertSyncSettings()

Creates an instance of AlertSyncSettings class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Is the alert sync setting enabled.

void validate()

Validates the instance.

AlertSyncSettings withEnabled(Boolean enabled)

Set the enabled property: Is the alert sync setting enabled.

Methods inherited from ProxyResource

Methods inherited from SettingInner

Methods inherited from java.lang.Object

Constructor Details

AlertSyncSettings

public AlertSyncSettings()

Creates an instance of AlertSyncSettings class.

Method Details

enabled

public Boolean enabled()

Get the enabled property: Is the alert sync setting enabled.

Returns:

the enabled value.

validate

public void validate()

Validates the instance.

Overrides:

AlertSyncSettings.validate()

withEnabled

public AlertSyncSettings withEnabled(Boolean enabled)

Set the enabled property: Is the alert sync setting enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the AlertSyncSettings object itself.

Applies to