@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class BookingLimit extends Object
| Constructor and Description |
|---|
BookingLimit() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMax()
[read-only]
|
Integer |
getMin()
[read-only]
|
String |
getPeopleCategoryId()
If not present, this limit represents the limit for the total number of people in the booking.\n If present, this limit represents how many people in the given category can be included in a single booking.\n To obtain a list of people categories for an account, call /settings/peoplecategories [read-only]
|
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setPeopleCategoryId(String peopleCategoryId) |
String |
toString() |
public String getPeopleCategoryId()
public void setPeopleCategoryId(String peopleCategoryId)
public Integer getMin()
public void setMin(Integer min)
public Integer getMax()
public void setMax(Integer max)
Copyright © 2015. All rights reserved.