Uses of Enum Class
net.datafaker.idnumbers.PolishIdNumber.Gender
Packages that use PolishIdNumber.Gender
-
Uses of PolishIdNumber.Gender in net.datafaker.idnumbers
Methods in net.datafaker.idnumbers that return PolishIdNumber.GenderModifier and TypeMethodDescriptionstatic PolishIdNumber.GenderDeprecated.Returns the enum constant of this class with the specified name.static PolishIdNumber.Gender[]PolishIdNumber.Gender.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.datafaker.idnumbers with parameters of type PolishIdNumber.GenderModifier and TypeMethodDescriptionPolishIdNumber.get(BaseProviders faker, LocalDate birthDate, PolishIdNumber.Gender requestedGender) Deprecated. -
Uses of PolishIdNumber.Gender in net.datafaker.providers.base
Methods in net.datafaker.providers.base with parameters of type PolishIdNumber.GenderModifier and TypeMethodDescriptionIdNumber.peselNumber(LocalDate birthDate, PolishIdNumber.Gender gender) Deprecated.Instead of calling this method directly, use faker with locale and age/gender parameters:
PolishIdNumber.generateValid(BaseProviders, IdNumberRequest)instead