CreateReservationOptions Class
- java.
lang. Object - com.
azure. communication. administration. models. CreateReservationOptions
- com.
public final class CreateReservationOptions
The CreateReservationOptions model.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CreateReservationOptions() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getAreaCode()
Get the area |
| String |
getDescription()
Get the description property: Description of the search. |
| String |
getDisplayName()
Get the display |
|
List<Location |
getLocationOptions()
Get the location |
| List<String> |
getPhonePlanIds()
Get the phone |
| Integer |
getQuantity()
Get the quantity property: The quantity of phone numbers to request. |
|
Create |
setAreaCode(String areaCode)
Set the area |
|
Create |
setDescription(String description)
Set the description property: Description of the search. |
|
Create |
setDisplayName(String displayName)
Set the display |
|
Create |
setLocationOptions(List<LocationOptionsDetails> locationOptions)
Set the location |
|
Create |
setPhonePlanIds(List<String> phonePlanIds)
Set the phone |
|
Create |
setQuantity(Integer quantity)
Set the quantity property: The quantity of phone numbers to request. |
Methods inherited from java.lang.Object
Constructor Details
CreateReservationOptions
public CreateReservationOptions()
Method Details
getAreaCode
public String getAreaCode()
Get the areaCode property: The area code from which to create the search.
Returns:
getDescription
public String getDescription()
Get the description property: Description of the search.
Returns:
getDisplayName
public String getDisplayName()
Get the displayName property: Display name of the search.
Returns:
getLocationOptions
public List<LocationOptionsDetails> getLocationOptions()
Get the locationOptions property: The location options of the search.
Returns:
getPhonePlanIds
public List<String> getPhonePlanIds()
Get the phonePlanIds property: The plan subtype ids from which to create the search.
Returns:
getQuantity
public Integer getQuantity()
Get the quantity property: The quantity of phone numbers to request.
Returns:
setAreaCode
public CreateReservationOptions setAreaCode(String areaCode)
Set the areaCode property: The area code from which to create the search.
Parameters:
Returns:
setDescription
public CreateReservationOptions setDescription(String description)
Set the description property: Description of the search.
Parameters:
Returns:
setDisplayName
public CreateReservationOptions setDisplayName(String displayName)
Set the displayName property: Display name of the search.
Parameters:
Returns:
setLocationOptions
public CreateReservationOptions setLocationOptions(List<LocationOptionsDetails> locationOptions)
Set the locationOptions property: The location options of the search.
Parameters:
Returns:
setPhonePlanIds
public CreateReservationOptions setPhonePlanIds(List<String> phonePlanIds)
Set the phonePlanIds property: The plan subtype ids from which to create the search.
Parameters:
Returns:
setQuantity
public CreateReservationOptions setQuantity(Integer quantity)
Set the quantity property: The quantity of phone numbers to request.
Parameters:
Returns: