AreaCodes Class
- java.
lang. Object - com.
azure. communication. administration. models. AreaCodes
- com.
public final class AreaCodes
The AreaCodes model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AreaCodes() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getNextLink()
Get the next |
| List<String> |
getPrimaryAreaCodes()
Get the primary |
| List<String> |
getSecondaryAreaCodes()
Get the secondary |
|
Area |
setNextLink(String nextLink)
Set the next |
|
Area |
setPrimaryAreaCodes(List<String> primaryAreaCodes)
Set the primary |
|
Area |
setSecondaryAreaCodes(List<String> secondaryAreaCodes)
Set the secondary |
Methods inherited from java.lang.Object
Constructor Details
AreaCodes
public AreaCodes()
Method Details
getNextLink
public String getNextLink()
Get the nextLink property: Represents the URL link to the next page.
Returns:
getPrimaryAreaCodes
public List<String> getPrimaryAreaCodes()
Get the primaryAreaCodes property: Represents the list of primary area codes.
Returns:
getSecondaryAreaCodes
public List<String> getSecondaryAreaCodes()
Get the secondaryAreaCodes property: Represents the list of secondary area codes.
Returns:
setNextLink
public AreaCodes setNextLink(String nextLink)
Set the nextLink property: Represents the URL link to the next page.
Parameters:
Returns:
setPrimaryAreaCodes
public AreaCodes setPrimaryAreaCodes(List<String> primaryAreaCodes)
Set the primaryAreaCodes property: Represents the list of primary area codes.
Parameters:
Returns:
setSecondaryAreaCodes
public AreaCodes setSecondaryAreaCodes(List<String> secondaryAreaCodes)
Set the secondaryAreaCodes property: Represents the list of secondary area codes.
Parameters:
Returns: