public final class PhoneNumberCountries extends Object
| Constructor and Description |
|---|
PhoneNumberCountries() |
| Modifier and Type | Method and Description |
|---|---|
List<PhoneNumberCountry> |
getCountries()
Get the countries property: Represents the underlying list of countries.
|
String |
getNextLink()
Get the nextLink property: Represents the URL link to the next page.
|
PhoneNumberCountries |
setCountries(List<PhoneNumberCountry> countries)
Set the countries property: Represents the underlying list of countries.
|
PhoneNumberCountries |
setNextLink(String nextLink)
Set the nextLink property: Represents the URL link to the next page.
|
public List<PhoneNumberCountry> getCountries()
public PhoneNumberCountries setCountries(List<PhoneNumberCountry> countries)
countries - the countries value to set.public String getNextLink()
public PhoneNumberCountries setNextLink(String nextLink)
nextLink - the nextLink value to set.Copyright © 2021. All rights reserved.