Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Format |
build() |
Format.Builder |
copy(Format model) |
Format.Builder |
example(String example)
Example of the desired format that matches the regex
|
Format.Builder |
value(String value)
Regex format specification
|
public Format.Builder value(String value)
Regex format specification
value
- the value to setpublic Format.Builder example(String example)
Example of the desired format that matches the regex
example
- the value to setpublic Format build()
public Format.Builder copy(Format model)
Copyright © 2016–2024. All rights reserved.