LocationOptions Class

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

public final class LocationOptions

The LocationOptions model.

Constructor Summary

Constructor Description
LocationOptions()

Method Summary

Modifier and Type Method and Description
String getLabelId()

Get the labelId property: The label id of the location.

String getLabelName()

Get the labelName property: The display name of the location.

List<LocationOptionsDetails> getOptions()

Get the options property: The underlying location option details.

LocationOptions setLabelId(String labelId)

Set the labelId property: The label id of the location.

LocationOptions setLabelName(String labelName)

Set the labelName property: The display name of the location.

LocationOptions setOptions(List<LocationOptionsDetails> options)

Set the options property: The underlying location option details.

Methods inherited from java.lang.Object

Constructor Details

LocationOptions

public LocationOptions()

Method Details

getLabelId

public String getLabelId()

Get the labelId property: The label id of the location.

Returns:

the labelId value.

getLabelName

public String getLabelName()

Get the labelName property: The display name of the location.

Returns:

the labelName value.

getOptions

public List<LocationOptionsDetails> getOptions()

Get the options property: The underlying location option details.

Returns:

the options value.

setLabelId

public LocationOptions setLabelId(String labelId)

Set the labelId property: The label id of the location.

Parameters:

labelId - the labelId value to set.

Returns:

the LocationOptions object itself.

setLabelName

public LocationOptions setLabelName(String labelName)

Set the labelName property: The display name of the location.

Parameters:

labelName - the labelName value to set.

Returns:

the LocationOptions object itself.

setOptions

public LocationOptions setOptions(List<LocationOptionsDetails> options)

Set the options property: The underlying location option details.

Parameters:

options - the options value to set.

Returns:

the LocationOptions object itself.

Applies to