KpiParticipantProfilesMetadata Class

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

public final class KpiParticipantProfilesMetadata

The KPI participant profile metadata.

Constructor Summary

Constructor Description
KpiParticipantProfilesMetadata()

Creates an instance of KpiParticipantProfilesMetadata class.

Method Summary

Modifier and Type Method and Description
String typeName()

Get the typeName property: Name of the type.

void validate()

Validates the instance.

KpiParticipantProfilesMetadata withTypeName(String typeName)

Set the typeName property: Name of the type.

Methods inherited from java.lang.Object

Constructor Details

KpiParticipantProfilesMetadata

public KpiParticipantProfilesMetadata()

Creates an instance of KpiParticipantProfilesMetadata class.

Method Details

typeName

public String typeName()

Get the typeName property: Name of the type.

Returns:

the typeName value.

validate

public void validate()

Validates the instance.

withTypeName

public KpiParticipantProfilesMetadata withTypeName(String typeName)

Set the typeName property: Name of the type.

Parameters:

typeName - the typeName value to set.

Returns:

the KpiParticipantProfilesMetadata object itself.

Applies to