LocationOptionsDetails Class
- java.
lang. Object - com.
azure. communication. administration. models. LocationOptionsDetails
- com.
public final class LocationOptionsDetails
The LocationOptionsDetails model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| LocationOptionsDetails() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Location |
getLocationOptions()
Get the location |
| 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. |
|
Location |
setLocationOptions(List<LocationOptions> locationOptions)
Set the location |
|
Location |
setName(String name)
Set the name property: The name of the location options. |
|
Location |
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:
getName
public String getName()
Get the name property: The name of the location options.
Returns:
getValue
public String getValue()
Get the value property: The abbreviated name of the location options.
Returns:
setLocationOptions
public LocationOptionsDetails setLocationOptions(List<LocationOptions> locationOptions)
Set the locationOptions property: The underlying location options.
Parameters:
Returns:
setName
public LocationOptionsDetails setName(String name)
Set the name property: The name of the location options.
Parameters:
Returns:
setValue
public LocationOptionsDetails setValue(String value)
Set the value property: The abbreviated name of the location options.
Parameters:
Returns: