Interface RegonGeneratorSpec

All Superinterfaces:
GeneratorSpec<String>, NullableGeneratorSpec<String>
All Known Subinterfaces:
RegonSpec

public interface RegonGeneratorSpec extends NullableGeneratorSpec<String>
Since:
3.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Indicates that null value can be generated.
    Specifies that 14-digit REGON should be generated.
    Specifies that 9-digit REGON should be generated (default behaviour if the type is not specified).
  • Method Details

    • type9

      Specifies that 9-digit REGON should be generated (default behaviour if the type is not specified).
      Returns:
      spec builder
      Since:
      3.1.0
    • type14

      Specifies that 14-digit REGON should be generated.
      Returns:
      spec builder
      Since:
      3.1.0
    • nullable

      RegonGeneratorSpec nullable()
      Indicates that null value can be generated.
      Specified by:
      nullable in interface NullableGeneratorSpec<String>
      Returns:
      spec builder
      Since:
      3.1.0