AreaCodes Class

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

public final class AreaCodes

The AreaCodes model.

Constructor Summary

Constructor Description
AreaCodes()

Method Summary

Modifier and Type Method and Description
String getNextLink()

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

List<String> getPrimaryAreaCodes()

Get the primaryAreaCodes property: Represents the list of primary area codes.

List<String> getSecondaryAreaCodes()

Get the secondaryAreaCodes property: Represents the list of secondary area codes.

AreaCodes setNextLink(String nextLink)

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

AreaCodes setPrimaryAreaCodes(List<String> primaryAreaCodes)

Set the primaryAreaCodes property: Represents the list of primary area codes.

AreaCodes setSecondaryAreaCodes(List<String> secondaryAreaCodes)

Set the secondaryAreaCodes property: Represents the list of secondary area codes.

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:

the nextLink value.

getPrimaryAreaCodes

public List<String> getPrimaryAreaCodes()

Get the primaryAreaCodes property: Represents the list of primary area codes.

Returns:

the primaryAreaCodes value.

getSecondaryAreaCodes

public List<String> getSecondaryAreaCodes()

Get the secondaryAreaCodes property: Represents the list of secondary area codes.

Returns:

the secondaryAreaCodes value.

setNextLink

public AreaCodes setNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the AreaCodes object itself.

setPrimaryAreaCodes

public AreaCodes setPrimaryAreaCodes(List<String> primaryAreaCodes)

Set the primaryAreaCodes property: Represents the list of primary area codes.

Parameters:

primaryAreaCodes - the primaryAreaCodes value to set.

Returns:

the AreaCodes object itself.

setSecondaryAreaCodes

public AreaCodes setSecondaryAreaCodes(List<String> secondaryAreaCodes)

Set the secondaryAreaCodes property: Represents the list of secondary area codes.

Parameters:

secondaryAreaCodes - the secondaryAreaCodes value to set.

Returns:

the AreaCodes object itself.

Applies to