LocationOptionsQuery Class
- java.
lang. Object - com.
azure. communication. administration. models. LocationOptionsQuery
- com.
public final class LocationOptionsQuery
The LocationOptionsQuery model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| LocationOptionsQuery() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getLabelId()
Get the label |
| String |
getOptionsValue()
Get the options |
|
Location |
setLabelId(String labelId)
Set the label |
|
Location |
setOptionsValue(String optionsValue)
Set the options |
Methods inherited from java.lang.Object
Constructor Details
LocationOptionsQuery
public LocationOptionsQuery()
Method Details
getLabelId
public String getLabelId()
Get the labelId property: Represents the location option label id, returned from the GetLocationOptions API.
Returns:
getOptionsValue
public String getOptionsValue()
Get the optionsValue property: Represents the location options value, returned from the GetLocationOptions API.
Returns:
setLabelId
public LocationOptionsQuery setLabelId(String labelId)
Set the labelId property: Represents the location option label id, returned from the GetLocationOptions API.
Parameters:
Returns:
setOptionsValue
public LocationOptionsQuery setOptionsValue(String optionsValue)
Set the optionsValue property: Represents the location options value, returned from the GetLocationOptions API.
Parameters:
Returns: