CarrierDetails Class
- java.
lang. Object - com.
azure. communication. administration. models. CarrierDetails
- com.
public final class CarrierDetails
The CarrierDetails model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CarrierDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getLocalizedName()
Get the localized |
| String |
getName()
Get the name property: Name of carrier details. |
|
Carrier |
setLocalizedName(String localizedName)
Set the localized |
|
Carrier |
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:
getName
public String getName()
Get the name property: Name of carrier details.
Returns:
setLocalizedName
public CarrierDetails setLocalizedName(String localizedName)
Set the localizedName property: Display name of carrier details.
Parameters:
Returns:
setName
public CarrierDetails setName(String name)
Set the name property: Name of carrier details.
Parameters:
Returns: