LocationOptions Class
- java.
lang. Object - com.
azure. communication. administration. models. LocationOptions
- com.
public final class LocationOptions
The LocationOptions model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| LocationOptions() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getLabelId()
Get the label |
| String |
getLabelName()
Get the label |
|
List<Location |
getOptions()
Get the options property: The underlying location option details. |
|
Location |
setLabelId(String labelId)
Set the label |
|
Location |
setLabelName(String labelName)
Set the label |
|
Location |
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:
getLabelName
public String getLabelName()
Get the labelName property: The display name of the location.
Returns:
getOptions
public List<LocationOptionsDetails> getOptions()
Get the options property: The underlying location option details.
Returns:
setLabelId
public LocationOptions setLabelId(String labelId)
Set the labelId property: The label id of the location.
Parameters:
Returns:
setLabelName
public LocationOptions setLabelName(String labelName)
Set the labelName property: The display name of the location.
Parameters:
Returns:
setOptions
public LocationOptions setOptions(List<LocationOptionsDetails> options)
Set the options property: The underlying location option details.
Parameters:
Returns: