static PersonProperties.PersonProperty |
PersonProperties.ageBetween(int minAge,
int maxAge) |
static PersonProperties.PersonProperty |
PersonProperties.female() |
static PersonProperties.PersonProperty |
PersonProperties.male() |
static PersonProperties.PersonProperty |
PersonProperties.maxAge(int maxAge) |
static PersonProperties.PersonProperty |
PersonProperties.minAge(int minAge) |
static PersonProperties.PersonProperty |
PersonProperties.mobileTelephoneFormat(String mobileTelephoneNumberFormat) |
static PersonProperties.PersonProperty |
PersonProperties.telephoneFormat(String telephoneFormat) |
static PersonProperties.PersonProperty |
PersonProperties.withAddress(Address address) |
static PersonProperties.PersonProperty |
PersonProperties.withAge(Integer age) |
static PersonProperties.PersonProperty |
PersonProperties.withCompany(Company company) |
static PersonProperties.PersonProperty |
PersonProperties.withCompanyEmail(String companyEmail) |
static PersonProperties.PersonProperty |
PersonProperties.withDateOfBirth(LocalDate dateOfBirth) |
static PersonProperties.PersonProperty |
PersonProperties.withEmail(String email) |
static PersonProperties.PersonProperty |
PersonProperties.withFirstName(String firstName) |
static PersonProperties.PersonProperty |
PersonProperties.withLastName(String lastName) |
static PersonProperties.PersonProperty |
PersonProperties.withMiddleName(String middleName) |
static PersonProperties.PersonProperty |
PersonProperties.withMobileTelephoneNumber(String mobileTelephoneNumber) |
static PersonProperties.PersonProperty |
PersonProperties.withNationalIdentificationNumber(String nationalIdentificationNumber) |
static PersonProperties.PersonProperty |
PersonProperties.withNationalIdentityCardNumber(String nationalIdentityCardNumber) |
static PersonProperties.PersonProperty |
PersonProperties.withPassportNumber(String passportNumber) |
static PersonProperties.PersonProperty |
PersonProperties.withPassword(String password) |
static PersonProperties.PersonProperty |
PersonProperties.withTelephoneNumber(String telephoneNumber) |
static PersonProperties.PersonProperty |
PersonProperties.withUsername(String username) |