public static class DependentParser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DependentParser |
build() |
DependentParser.Builder |
copy(DependentParser model) |
DependentParser.Builder |
dependencies(List<Dependency> dependencies)
The list of dependencies of the parser.
|
DependentParser.Builder |
isSystem(Boolean isSystem)
The system flag.
|
DependentParser.Builder |
parserDisplayName(String parserDisplayName)
The parser display name.
|
DependentParser.Builder |
parserId(Long parserId)
The parser unique identifier.
|
DependentParser.Builder |
parserName(String parserName)
The parser name.
|
DependentParser.Builder |
parserType(DependentParser.ParserType parserType)
The parser type
|
public DependentParser.Builder parserName(String parserName)
The parser name.
parserName
- the value to setpublic DependentParser.Builder parserDisplayName(String parserDisplayName)
The parser display name.
parserDisplayName
- the value to setpublic DependentParser.Builder parserId(Long parserId)
The parser unique identifier.
parserId
- the value to setpublic DependentParser.Builder isSystem(Boolean isSystem)
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
isSystem
- the value to setpublic DependentParser.Builder parserType(DependentParser.ParserType parserType)
The parser type
parserType
- the value to setpublic DependentParser.Builder dependencies(List<Dependency> dependencies)
The list of dependencies of the parser.
dependencies
- the value to setpublic DependentParser build()
public DependentParser.Builder copy(DependentParser model)
Copyright © 2016–2024. All rights reserved.