StrongId Class

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

public final class StrongId

Property/Properties which represent a unique ID.

Constructor Summary

Constructor Description
StrongId()

Creates an instance of StrongId class.

Method Summary

Modifier and Type Method and Description
Map<String,String> description()

Get the description property: Localized descriptions.

Map<String,String> displayName()

Get the displayName property: Localized display name.

List<String> keyPropertyNames()

Get the keyPropertyNames property: The properties which make up the unique ID.

String strongIdName()

Get the strongIdName property: The Name identifying the strong ID.

void validate()

Validates the instance.

StrongId withDescription(Map<String,String> description)

Set the description property: Localized descriptions.

StrongId withDisplayName(Map<String,String> displayName)

Set the displayName property: Localized display name.

StrongId withKeyPropertyNames(List<String> keyPropertyNames)

Set the keyPropertyNames property: The properties which make up the unique ID.

StrongId withStrongIdName(String strongIdName)

Set the strongIdName property: The Name identifying the strong ID.

Methods inherited from java.lang.Object

Constructor Details

StrongId

public StrongId()

Creates an instance of StrongId class.

Method Details

description

public Map description()

Get the description property: Localized descriptions.

Returns:

the description value.

displayName

public Map displayName()

Get the displayName property: Localized display name.

Returns:

the displayName value.

keyPropertyNames

public List keyPropertyNames()

Get the keyPropertyNames property: The properties which make up the unique ID.

Returns:

the keyPropertyNames value.

strongIdName

public String strongIdName()

Get the strongIdName property: The Name identifying the strong ID.

Returns:

the strongIdName value.

validate

public void validate()

Validates the instance.

withDescription

public StrongId withDescription(Map description)

Set the description property: Localized descriptions.

Parameters:

description - the description value to set.

Returns:

the StrongId object itself.

withDisplayName

public StrongId withDisplayName(Map displayName)

Set the displayName property: Localized display name.

Parameters:

displayName - the displayName value to set.

Returns:

the StrongId object itself.

withKeyPropertyNames

public StrongId withKeyPropertyNames(List keyPropertyNames)

Set the keyPropertyNames property: The properties which make up the unique ID.

Parameters:

keyPropertyNames - the keyPropertyNames value to set.

Returns:

the StrongId object itself.

withStrongIdName

public StrongId withStrongIdName(String strongIdName)

Set the strongIdName property: The Name identifying the strong ID.

Parameters:

strongIdName - the strongIdName value to set.

Returns:

the StrongId object itself.

Applies to