NumberUpdateCapabilities Class

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

public final class NumberUpdateCapabilities

The NumberUpdateCapabilities model.

Constructor Summary

Constructor Description
NumberUpdateCapabilities()

Method Summary

Modifier and Type Method and Description
List<Capability> getAdd()

Get the add property: Capabilities to be added to a phone number.

List<Capability> getRemove()

Get the remove property: Capabilities to be removed from a phone number.

NumberUpdateCapabilities setAdd(List<Capability> add)

Set the add property: Capabilities to be added to a phone number.

NumberUpdateCapabilities setRemove(List<Capability> remove)

Set the remove property: Capabilities to be removed from a phone number.

Methods inherited from java.lang.Object

Constructor Details

NumberUpdateCapabilities

public NumberUpdateCapabilities()

Method Details

getAdd

public List<Capability> getAdd()

Get the add property: Capabilities to be added to a phone number.

Returns:

the add value.

getRemove

public List<Capability> getRemove()

Get the remove property: Capabilities to be removed from a phone number.

Returns:

the remove value.

setAdd

public NumberUpdateCapabilities setAdd(List<Capability> add)

Set the add property: Capabilities to be added to a phone number.

Parameters:

add - the add value to set.

Returns:

the NumberUpdateCapabilities object itself.

setRemove

public NumberUpdateCapabilities setRemove(List<Capability> remove)

Set the remove property: Capabilities to be removed from a phone number.

Parameters:

remove - the remove value to set.

Returns:

the NumberUpdateCapabilities object itself.

Applies to