LocationOptionsDetails Class

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

public final class LocationOptionsDetails

The LocationOptionsDetails model.

Constructor Summary

Constructor Description
LocationOptionsDetails()

Method Summary

Modifier and Type Method and Description
List<LocationOptions> getLocationOptions()

Get the locationOptions property: The underlying location options.

String getName()

Get the name property: The name of the location options.

String getValue()

Get the value property: The abbreviated name of the location options.

LocationOptionsDetails setLocationOptions(List<LocationOptions> locationOptions)

Set the locationOptions property: The underlying location options.

LocationOptionsDetails setName(String name)

Set the name property: The name of the location options.

LocationOptionsDetails setValue(String value)

Set the value property: The abbreviated name of the location options.

Methods inherited from java.lang.Object

Constructor Details

LocationOptionsDetails

public LocationOptionsDetails()

Method Details

getLocationOptions

public List<LocationOptions> getLocationOptions()

Get the locationOptions property: The underlying location options.

Returns:

the locationOptions value.

getName

public String getName()

Get the name property: The name of the location options.

Returns:

the name value.

getValue

public String getValue()

Get the value property: The abbreviated name of the location options.

Returns:

the value value.

setLocationOptions

public LocationOptionsDetails setLocationOptions(List<LocationOptions> locationOptions)

Set the locationOptions property: The underlying location options.

Parameters:

locationOptions - the locationOptions value to set.

Returns:

the LocationOptionsDetails object itself.

setName

public LocationOptionsDetails setName(String name)

Set the name property: The name of the location options.

Parameters:

name - the name value to set.

Returns:

the LocationOptionsDetails object itself.

setValue

public LocationOptionsDetails setValue(String value)

Set the value property: The abbreviated name of the location options.

Parameters:

value - the value value to set.

Returns:

the LocationOptionsDetails object itself.

Applies to