PhonePlanGroup Class
- java.
lang. Object - com.
azure. communication. administration. models. PhonePlanGroup
- com.
public final class PhonePlanGroup
The PhonePlanGroup model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PhonePlanGroup() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Carrier |
getCarrierDetails()
Get the carrier |
| String |
getLocalizedDescription()
Get the localized |
| String |
getLocalizedName()
Get the localized |
|
Phone |
getPhoneNumberType()
Get the phone |
| String |
getPhonePlanGroupId()
Get the phone |
|
Rate |
getRateInformation()
Get the rate |
|
Phone |
setCarrierDetails(CarrierDetails carrierDetails)
Set the carrier |
|
Phone |
setLocalizedDescription(String localizedDescription)
Set the localized |
|
Phone |
setLocalizedName(String localizedName)
Set the localized |
|
Phone |
setPhoneNumberType(PhoneNumberType phoneNumberType)
Set the phone |
|
Phone |
setPhonePlanGroupId(String phonePlanGroupId)
Set the phone |
|
Phone |
setRateInformation(RateInformation rateInformation)
Set the rate |
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:
getLocalizedDescription
public String getLocalizedDescription()
Get the localizedDescription property: The description of the plan group.
Returns:
getLocalizedName
public String getLocalizedName()
Get the localizedName property: The name of the plan group.
Returns:
getPhoneNumberType
public PhoneNumberType getPhoneNumberType()
Get the phoneNumberType property: The phone number type of the plan group.
Returns:
getPhonePlanGroupId
public String getPhonePlanGroupId()
Get the phonePlanGroupId property: The id of the plan group.
Returns:
getRateInformation
public RateInformation getRateInformation()
Get the rateInformation property: Represents a wrapper of rate information.
Returns:
setCarrierDetails
public PhonePlanGroup setCarrierDetails(CarrierDetails carrierDetails)
Set the carrierDetails property: Represents carrier details.
Parameters:
Returns:
setLocalizedDescription
public PhonePlanGroup setLocalizedDescription(String localizedDescription)
Set the localizedDescription property: The description of the plan group.
Parameters:
Returns:
setLocalizedName
public PhonePlanGroup setLocalizedName(String localizedName)
Set the localizedName property: The name of the plan group.
Parameters:
Returns:
setPhoneNumberType
public PhonePlanGroup setPhoneNumberType(PhoneNumberType phoneNumberType)
Set the phoneNumberType property: The phone number type of the plan group.
Parameters:
Returns:
setPhonePlanGroupId
public PhonePlanGroup setPhonePlanGroupId(String phonePlanGroupId)
Set the phonePlanGroupId property: The id of the plan group.
Parameters:
Returns:
setRateInformation
public PhonePlanGroup setRateInformation(RateInformation rateInformation)
Set the rateInformation property: Represents a wrapper of rate information.
Parameters:
Returns: