Share via


PhonePlanGroups Class

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

public final class PhonePlanGroups

The PhonePlanGroups model.

Constructor Summary

Constructor Description
PhonePlanGroups()

Method Summary

Modifier and Type Method and Description
String getNextLink()

Get the nextLink property: Represents the URL link to the next page.

List<PhonePlanGroup> getPhonePlanGroups()

Get the phonePlanGroups property: The underlying list of phone plan groups.

PhonePlanGroups setNextLink(String nextLink)

Set the nextLink property: Represents the URL link to the next page.

PhonePlanGroups setPhonePlanGroups(List<PhonePlanGroup> phonePlanGroups)

Set the phonePlanGroups property: The underlying list of phone plan groups.

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:

the nextLink value.

getPhonePlanGroups

public List<PhonePlanGroup> getPhonePlanGroups()

Get the phonePlanGroups property: The underlying list of phone plan groups.

Returns:

the phonePlanGroups value.

setNextLink

public PhonePlanGroups setNextLink(String nextLink)

Set the nextLink property: Represents the URL link to the next page.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PhonePlanGroups object itself.

setPhonePlanGroups

public PhonePlanGroups setPhonePlanGroups(List<PhonePlanGroup> phonePlanGroups)

Set the phonePlanGroups property: The underlying list of phone plan groups.

Parameters:

phonePlanGroups - the phonePlanGroups value to set.

Returns:

the PhonePlanGroups object itself.

Applies to