public final class PersonProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PersonProperties.PersonProperty |
public static PersonProperties.PersonProperty male()
public static PersonProperties.PersonProperty female()
public static PersonProperties.PersonProperty ageBetween(int minAge, int maxAge)
public static PersonProperties.PersonProperty minAge(int minAge)
public static PersonProperties.PersonProperty maxAge(int maxAge)
public static PersonProperties.PersonProperty telephoneFormat(String telephoneFormat)
public static PersonProperties.PersonProperty mobileTelephoneFormat(String mobileTelephoneNumberFormat)
public static PersonProperties.PersonProperty withCompany(Company company)
public static PersonProperties.PersonProperty withAddress(Address address)
public static PersonProperties.PersonProperty withFirstName(String firstName)
public static PersonProperties.PersonProperty withMiddleName(String middleName)
public static PersonProperties.PersonProperty withLastName(String lastName)
public static PersonProperties.PersonProperty withEmail(String email)
public static PersonProperties.PersonProperty withUsername(String username)
public static PersonProperties.PersonProperty withTelephoneNumber(String telephoneNumber)
public static PersonProperties.PersonProperty withMobileTelephoneNumber(String mobileTelephoneNumber)
public static PersonProperties.PersonProperty withDateOfBirth(LocalDate dateOfBirth)
public static PersonProperties.PersonProperty withAge(Integer age)
public static PersonProperties.PersonProperty withPassword(String password)
public static PersonProperties.PersonProperty withCompanyEmail(String companyEmail)
public static PersonProperties.PersonProperty withNationalIdentityCardNumber(String nationalIdentityCardNumber)
public static PersonProperties.PersonProperty withNationalIdentificationNumber(String nationalIdentificationNumber)
public static PersonProperties.PersonProperty withPassportNumber(String passportNumber)
Copyright © 2022. All rights reserved.