PhonePlanGroup Class

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

public final class PhonePlanGroup

The PhonePlanGroup model.

Constructor Summary

Constructor Description
PhonePlanGroup()

Method Summary

Modifier and Type Method and Description
CarrierDetails getCarrierDetails()

Get the carrierDetails property: Represents carrier details.

String getLocalizedDescription()

Get the localizedDescription property: The description of the plan group.

String getLocalizedName()

Get the localizedName property: The name of the plan group.

PhoneNumberType getPhoneNumberType()

Get the phoneNumberType property: The phone number type of the plan group.

String getPhonePlanGroupId()

Get the phonePlanGroupId property: The id of the plan group.

RateInformation getRateInformation()

Get the rateInformation property: Represents a wrapper of rate information.

PhonePlanGroup setCarrierDetails(CarrierDetails carrierDetails)

Set the carrierDetails property: Represents carrier details.

PhonePlanGroup setLocalizedDescription(String localizedDescription)

Set the localizedDescription property: The description of the plan group.

PhonePlanGroup setLocalizedName(String localizedName)

Set the localizedName property: The name of the plan group.

PhonePlanGroup setPhoneNumberType(PhoneNumberType phoneNumberType)

Set the phoneNumberType property: The phone number type of the plan group.

PhonePlanGroup setPhonePlanGroupId(String phonePlanGroupId)

Set the phonePlanGroupId property: The id of the plan group.

PhonePlanGroup setRateInformation(RateInformation rateInformation)

Set the rateInformation property: Represents a wrapper of rate information.

Methods inherited from java.lang.Object

Constructor Details

PhonePlanGroup

public PhonePlanGroup()

Method Details

getCarrierDetails

public CarrierDetails getCarrierDetails()

Get the carrierDetails property: Represents carrier details.

Returns:

the carrierDetails value.

getLocalizedDescription

public String getLocalizedDescription()

Get the localizedDescription property: The description of the plan group.

Returns:

the localizedDescription value.

getLocalizedName

public String getLocalizedName()

Get the localizedName property: The name of the plan group.

Returns:

the localizedName value.

getPhoneNumberType

public PhoneNumberType getPhoneNumberType()

Get the phoneNumberType property: The phone number type of the plan group.

Returns:

the phoneNumberType value.

getPhonePlanGroupId

public String getPhonePlanGroupId()

Get the phonePlanGroupId property: The id of the plan group.

Returns:

the phonePlanGroupId value.

getRateInformation

public RateInformation getRateInformation()

Get the rateInformation property: Represents a wrapper of rate information.

Returns:

the rateInformation value.

setCarrierDetails

public PhonePlanGroup setCarrierDetails(CarrierDetails carrierDetails)

Set the carrierDetails property: Represents carrier details.

Parameters:

carrierDetails - the carrierDetails value to set.

Returns:

the PhonePlanGroup object itself.

setLocalizedDescription

public PhonePlanGroup setLocalizedDescription(String localizedDescription)

Set the localizedDescription property: The description of the plan group.

Parameters:

localizedDescription - the localizedDescription value to set.

Returns:

the PhonePlanGroup object itself.

setLocalizedName

public PhonePlanGroup setLocalizedName(String localizedName)

Set the localizedName property: The name of the plan group.

Parameters:

localizedName - the localizedName value to set.

Returns:

the PhonePlanGroup object itself.

setPhoneNumberType

public PhonePlanGroup setPhoneNumberType(PhoneNumberType phoneNumberType)

Set the phoneNumberType property: The phone number type of the plan group.

Parameters:

phoneNumberType - the phoneNumberType value to set.

Returns:

the PhonePlanGroup object itself.

setPhonePlanGroupId

public PhonePlanGroup setPhonePlanGroupId(String phonePlanGroupId)

Set the phonePlanGroupId property: The id of the plan group.

Parameters:

phonePlanGroupId - the phonePlanGroupId value to set.

Returns:

the PhonePlanGroup object itself.

setRateInformation

public PhonePlanGroup setRateInformation(RateInformation rateInformation)

Set the rateInformation property: Represents a wrapper of rate information.

Parameters:

rateInformation - the rateInformation value to set.

Returns:

the PhonePlanGroup object itself.

Applies to