LocationOptionsResponse Class

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

public final class LocationOptionsResponse

The LocationOptionsResponse model.

Constructor Summary

Constructor Description
LocationOptionsResponse()

Method Summary

Modifier and Type Method and Description
LocationOptions getLocationOptions()

Get the locationOptions property: Represents a location options.

LocationOptionsResponse setLocationOptions(LocationOptions locationOptions)

Set the locationOptions property: Represents a location options.

Methods inherited from java.lang.Object

Constructor Details

LocationOptionsResponse

public LocationOptionsResponse()

Method Details

getLocationOptions

public LocationOptions getLocationOptions()

Get the locationOptions property: Represents a location options.

Returns:

the locationOptions value.

setLocationOptions

public LocationOptionsResponse setLocationOptions(LocationOptions locationOptions)

Set the locationOptions property: Represents a location options.

Parameters:

locationOptions - the locationOptions value to set.

Returns:

the LocationOptionsResponse object itself.

Applies to