PhonePlanGroups Class
- java.
lang. Object - com.
azure. communication. administration. models. PhonePlanGroups
- com.
public final class PhonePlanGroups
The PhonePlanGroups model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| PhonePlanGroups() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getNextLink()
Get the next |
|
List<Phone |
getPhonePlanGroups()
Get the phone |
|
Phone |
setNextLink(String nextLink)
Set the next |
|
Phone |
setPhonePlanGroups(List<PhonePlanGroup> phonePlanGroups)
Set the phone |
Methods inherited from java.lang.Object
Constructor Details
PhonePlanGroups
public PhonePlanGroups()
Method Details
getNextLink
public String getNextLink()
Get the nextLink property: Represents the URL link to the next page.
Returns:
getPhonePlanGroups
public List<PhonePlanGroup> getPhonePlanGroups()
Get the phonePlanGroups property: The underlying list of phone plan groups.
Returns:
setNextLink
public PhonePlanGroups setNextLink(String nextLink)
Set the nextLink property: Represents the URL link to the next page.
Parameters:
Returns:
setPhonePlanGroups
public PhonePlanGroups setPhonePlanGroups(List<PhonePlanGroup> phonePlanGroups)
Set the phonePlanGroups property: The underlying list of phone plan groups.
Parameters:
Returns: