ParticipantPropertyReference Class

  • java.lang.Object
    • com.azure.resourcemanager.customerinsights.models.ParticipantPropertyReference

public final class ParticipantPropertyReference

The participant property reference.

Constructor Summary

Constructor Description
ParticipantPropertyReference()

Creates an instance of ParticipantPropertyReference class.

Method Summary

Modifier and Type Method and Description
String sourcePropertyName()

Get the sourcePropertyName property: The source property that maps to the target property.

String targetPropertyName()

Get the targetPropertyName property: The target property that maps to the source property.

void validate()

Validates the instance.

ParticipantPropertyReference withSourcePropertyName(String sourcePropertyName)

Set the sourcePropertyName property: The source property that maps to the target property.

ParticipantPropertyReference withTargetPropertyName(String targetPropertyName)

Set the targetPropertyName property: The target property that maps to the source property.

Methods inherited from java.lang.Object

Constructor Details

ParticipantPropertyReference

public ParticipantPropertyReference()

Creates an instance of ParticipantPropertyReference class.

Method Details

sourcePropertyName

public String sourcePropertyName()

Get the sourcePropertyName property: The source property that maps to the target property.

Returns:

the sourcePropertyName value.

targetPropertyName

public String targetPropertyName()

Get the targetPropertyName property: The target property that maps to the source property.

Returns:

the targetPropertyName value.

validate

public void validate()

Validates the instance.

withSourcePropertyName

public ParticipantPropertyReference withSourcePropertyName(String sourcePropertyName)

Set the sourcePropertyName property: The source property that maps to the target property.

Parameters:

sourcePropertyName - the sourcePropertyName value to set.

Returns:

the ParticipantPropertyReference object itself.

withTargetPropertyName

public ParticipantPropertyReference withTargetPropertyName(String targetPropertyName)

Set the targetPropertyName property: The target property that maps to the source property.

Parameters:

targetPropertyName - the targetPropertyName value to set.

Returns:

the ParticipantPropertyReference object itself.

Applies to