LocationOptionsQuery Class

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

public final class LocationOptionsQuery

The LocationOptionsQuery model.

Constructor Summary

Constructor Description
LocationOptionsQuery()

Method Summary

Modifier and Type Method and Description
String getLabelId()

Get the labelId property: Represents the location option label id, returned from the GetLocationOptions API.

String getOptionsValue()

Get the optionsValue property: Represents the location options value, returned from the GetLocationOptions API.

LocationOptionsQuery setLabelId(String labelId)

Set the labelId property: Represents the location option label id, returned from the GetLocationOptions API.

LocationOptionsQuery setOptionsValue(String optionsValue)

Set the optionsValue property: Represents the location options value, returned from the GetLocationOptions API.

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:

the labelId value.

getOptionsValue

public String getOptionsValue()

Get the optionsValue property: Represents the location options value, returned from the GetLocationOptions API.

Returns:

the optionsValue value.

setLabelId

public LocationOptionsQuery setLabelId(String labelId)

Set the labelId property: Represents the location option label id, returned from the GetLocationOptions API.

Parameters:

labelId - the labelId value to set.

Returns:

the LocationOptionsQuery object itself.

setOptionsValue

public LocationOptionsQuery setOptionsValue(String optionsValue)

Set the optionsValue property: Represents the location options value, returned from the GetLocationOptions API.

Parameters:

optionsValue - the optionsValue value to set.

Returns:

the LocationOptionsQuery object itself.

Applies to