UpdateDomainProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.communication.fluent.models.UpdateDomainProperties

public final class UpdateDomainProperties

A class that describes the updatable properties of a Domains resource.

Constructor Summary

Constructor Description
UpdateDomainProperties()

Creates an instance of UpdateDomainProperties class.

Method Summary

Modifier and Type Method and Description
UserEngagementTracking userEngagementTracking()

Get the userEngagementTracking property: Describes whether user engagement tracking is enabled or disabled.

void validate()

Validates the instance.

UpdateDomainProperties withUserEngagementTracking(UserEngagementTracking userEngagementTracking)

Set the userEngagementTracking property: Describes whether user engagement tracking is enabled or disabled.

Methods inherited from java.lang.Object

Constructor Details

UpdateDomainProperties

public UpdateDomainProperties()

Creates an instance of UpdateDomainProperties class.

Method Details

userEngagementTracking

public UserEngagementTracking userEngagementTracking()

Get the userEngagementTracking property: Describes whether user engagement tracking is enabled or disabled.

Returns:

the userEngagementTracking value.

validate

public void validate()

Validates the instance.

withUserEngagementTracking

public UpdateDomainProperties withUserEngagementTracking(UserEngagementTracking userEngagementTracking)

Set the userEngagementTracking property: Describes whether user engagement tracking is enabled or disabled.

Parameters:

userEngagementTracking - the userEngagementTracking value to set.

Returns:

the UpdateDomainProperties object itself.

Applies to

Azure SDK for Java

Preview