CarrierDetails Class

  • java.lang.Object
    • com.azure.communication.administration.models.CarrierDetails

public final class CarrierDetails

The CarrierDetails model.

Constructor Summary

Constructor Description
CarrierDetails()

Method Summary

Modifier and Type Method and Description
String getLocalizedName()

Get the localizedName property: Display name of carrier details.

String getName()

Get the name property: Name of carrier details.

CarrierDetails setLocalizedName(String localizedName)

Set the localizedName property: Display name of carrier details.

CarrierDetails setName(String name)

Set the name property: Name of carrier details.

Methods inherited from java.lang.Object

Constructor Details

CarrierDetails

public CarrierDetails()

Method Details

getLocalizedName

public String getLocalizedName()

Get the localizedName property: Display name of carrier details.

Returns:

the localizedName value.

getName

public String getName()

Get the name property: Name of carrier details.

Returns:

the name value.

setLocalizedName

public CarrierDetails setLocalizedName(String localizedName)

Set the localizedName property: Display name of carrier details.

Parameters:

localizedName - the localizedName value to set.

Returns:

the CarrierDetails object itself.

setName

public CarrierDetails setName(String name)

Set the name property: Name of carrier details.

Parameters:

name - the name value to set.

Returns:

the CarrierDetails object itself.

Applies to