@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class Participants extends Object
| Constructor and Description |
|---|
Participants() |
| Modifier and Type | Method and Description |
|---|---|
List<Participant> |
getDetails()
Details about the participants in the booking, if available.\n When reading a booking, this field is present only if the parameter expandParticipants is set to true.\n When creating or updating a booking, this field is optional
|
List<PeopleNumber> |
getNumbers()
The number of participants in the booking, for each PeopleCategory.\n When reading a booking, this field is always present.\n This field is required when creating or updating a booking
|
void |
setDetails(List<Participant> details) |
void |
setNumbers(List<PeopleNumber> numbers) |
String |
toString() |
public List<PeopleNumber> getNumbers()
public void setNumbers(List<PeopleNumber> numbers)
public List<Participant> getDetails()
public void setDetails(List<Participant> details)
Copyright © 2015. All rights reserved.