public class AiNameFormattedBuilder extends Object
Constructor and Description |
---|
AiNameFormattedBuilder(AiNameFormatted model) |
Modifier and Type | Method and Description |
---|---|
AiNameFormatted |
build()
Build AiNameFormatted instance.
|
AiNameFormattedBuilder |
comments(String comments)
Set AiNameFormatted.comments and return builder.
|
AiNameFormattedBuilder |
name(String name)
Set AiNameFormatted.name and return builder.
|
public AiNameFormattedBuilder(AiNameFormatted model)
public AiNameFormatted build()
public AiNameFormattedBuilder name(String name)
name
- Formatted name valuepublic AiNameFormattedBuilder comments(String comments)
comments
- Usually empty; can contain extra message describing some issue occurred during the formattingCopyright © 2020. All rights reserved.