@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class Participant extends Object
| Constructor and Description |
|---|
Participant() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryIndex()
Index in the category, starting from 1.
|
String |
getPeopleCategoryId()
The id of the PeopleCategory to which this participant belongs to.
|
LinkedPerson |
getPersonDetails()
This field is set by Bookeo if id is not PSELF, PNEW or PUNKNOWN, and includes the details of the participant.
|
String |
getPersonId()
This field can be:\n - PSELF if this participant is the customer that made the booking.\n - PNEW if this is a new person.
|
void |
setCategoryIndex(Integer categoryIndex) |
void |
setPeopleCategoryId(String peopleCategoryId) |
void |
setPersonDetails(LinkedPerson personDetails) |
void |
setPersonId(String personId) |
String |
toString() |
public String getPersonId()
public void setPersonId(String personId)
public String getPeopleCategoryId()
public void setPeopleCategoryId(String peopleCategoryId)
public Integer getCategoryIndex()
public void setCategoryIndex(Integer categoryIndex)
public LinkedPerson getPersonDetails()
public void setPersonDetails(LinkedPerson personDetails)
Copyright © 2015. All rights reserved.