public static class RegularExpressionFormatEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RegularExpressionFormatEntry |
build() |
RegularExpressionFormatEntry.Builder |
copy(RegularExpressionFormatEntry model) |
RegularExpressionFormatEntry.Builder |
description(String description) |
RegularExpressionFormatEntry.Builder |
regularExpression(String regularExpression)
The pattern that should be used to search for data.
|
RegularExpressionFormatEntry.Builder |
replaceWith(String replaceWith)
The value that should be used to replace the data matching the regular expression.
|
public RegularExpressionFormatEntry.Builder description(String description)
public RegularExpressionFormatEntry.Builder regularExpression(String regularExpression)
The pattern that should be used to search for data.
regularExpression
- the value to setpublic RegularExpressionFormatEntry.Builder replaceWith(String replaceWith)
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
replaceWith
- the value to setpublic RegularExpressionFormatEntry build()
public RegularExpressionFormatEntry.Builder copy(RegularExpressionFormatEntry model)
Copyright © 2016–2024. All rights reserved.